body{
    background-color: #ffd1ac;
    /*
    font-family: 'Great Vibes', cursive;
    font-size: 24px;
    */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

footer {
    background-color: #333; /* Dunkler Hintergrund */
    color: #fff; /* Weiße Schriftfarbe */
    text-align: center; /* Zentrierter Text */
    padding: 10px 0; /* Oberer und unterer Abstand */
    font-size: 14px; /* Kleinere Schriftgröße */
    margin-top: 25px;
    position: fixed;
    bottom: 30px;
}

div.menu {
    display: inline-block;
    width: 15%;
    vertical-align: top;
    background-color: #ffffff;
    padding: 20px;
    margin-right: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffa75f;
}

div.main {
    display: inline-block;
    width: 75%;
    vertical-align: top;
    background-color: #ffffff;
    padding: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffa75f;
}

h1{
    margin-top: 0px;
    color: #ff8520;
}

h2{
    margin-top: 0px;
    color: #ff8520;
}
