body {
    position: relative;
    text-align: center;
    margin: 1px;
    top: -25px;
}

#top {
   text-align: center;
}

 #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:-410px;

}

#logo-name{
    position: relative;
    font-size: 32px;
    font-weight: bold;
    margin: 16px;
    top: -100px;
}

#navigation a {
    position: relative;
    color: rgb(255, 255, 255);
    margin: 150px;
    font-weight: bold;
    top: -400px;
    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: rgba(248, 0, 0, 0.352);
    font-weight: bold;
    animation: forwards;
}

.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;
}

#main {
    position: relative;
    max-width: 800px;
    margin: -100px;
}

#footer {
    text-align: center;
}

#video {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
}