body{
    margin: 0;
    padding: 0;
    background: url("img/bg.jpg");
    background-position-x: center;
    /* background-position-y: center; */
    height: 100%;
    background-attachment: fixed;
}

.titel{
    font-size: x-large;
    letter-spacing: 2px;
    font-weight: 900;
    color: aliceblue;
}

.beschr{ 
    font-size:13px; 
}

.speisekarte{
    opacity: 95%;
}