body {
    position: relative;
    text-align: center;
    margin: 1px;
    top: -25px;
}

#top {
    text-align: center;
 }
 
 .image img {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
 }
 
 h3 {
     position: absolute;
     top: 0px;
     left: 600px;
     width: 20%;
     font-size: 200%;
     text-shadow: -2px 0px 22px rgba(0,0,0,1);
     color: red;
     background-color: black;
     display: inline;
     padding: 2px;
     text-align: center;
 }

 #logo-name{
    position: relative;
    font-size: 32px;
    font-weight: bold;
    margin: 16px;
    top: -100px;
}

#logo {
    position: relative;
    color:aqua;
    background-color: red;
    display:  inline-block;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 8px;
    margin-top: 16px;
    right: 250px;
    top:-600px;

}

#navigation a {
    position: relative;
    color: rgb(255, 255, 255);
    margin: 150px;
    font-weight: bold;
    top: -600px;
    text-align: center;
    right: 10px;
    display: inline-block;
    font-size: 24px;
    background-color: red;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 32px;
}

#navigation a:hover {
    color: rgb(248, 0, 0);
    font-weight: bold;
    animation: forwards;
}

#warnung {
    font-size: 50px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}