.EighthWonderVideo {
    width: 90%;
    height: 500px;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: -60px;
    margin-top: -10px;
    border-style: outset;
    border-width: 3px;
    border-color: rgba(255, 0, 68, 0.7);
}

h1 {
    font-size: 75px;
    margin-top: -85px;
    margin-bottom: -50px;
    text-shadow: 2px 2px 5px rgb(102, 0, 255);
}

h2  {
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: -50px;
    text-shadow: 2px 2px 5px rgb(102, 0, 255);
}

h3 {
    font-size: 25px;
    margin: auto;
    margin-top: -65px;
    text-shadow: 2px 2px 5px rgb(102, 0, 255);
}

#move {
    font-size: 15px;
    margin: auto;
    margin-top: -20px;
    text-decoration: underline;
    text-decoration-color:rgb(31, 116, 235);
    text-shadow: 2px 2px 5px rgb(31, 75, 235);
}

#move a:hover{
    color: rgba(168, 113, 240, 0.7);
}

#move a {
    color: rgb(0, 149, 255);
}


