html {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: black;
    color: #ffffff;
}

header {
    background: url('./pictures/flames.gif') repeat;
    
    color: #ffffffe6;
    background-size: cover;
    text-align: center;
}

main {
    
    color: #ffffff;
    background-size: cover;
    text-align: left;
}

.speisekarte img {
width: px;
height: px;
}	

@media screen and (max-width: 600px) {
    .speisekarte img {
        width: 100%;
        height: auto;
    }
    
}

footer {
    background: rgb(159, 18, 18);
    color: #ffe816a8;
    background-size: cover;
    text-align: center;
}