body{
    background-color: rgb(230, 227, 227);
    color: rgba(112, 126, 206, 0.555);

}

.kachel{
    display: inline-block;
    background-color:rgb(224, 240, 240);
}

.logo {
    height: 70pt;
    float: left; 
    margin-right: 20pt;
}

footer{
    position: fixed;
    margin-bottom: 0;
} 
body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #e8e8ff;
    color: #8786c5;
}



