body{
    background-image: url(images/1971684-1477306909.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #ffff66;
    font-family: 'Fuzzy Bubbles', "Courier New", "Courier", "monospace";
    color:brown;
}

h1{
    text-align: center;
    color:white;
    font-size: 50px;
}

h2{
    color: black;
    background-color: white;
    padding-left: 10px;
}

figure {margin-left:0}

figcaption {
    font-size: 8px;
    color:gray;
}

#menueleiste li{
    list-style-type: none;
    float: left;
    width: 150px;
}

.float-ende {clear:both}

table,td{
    display:flex;
    justify-content: center;
    border: 1px solid black;
}