body {
    background-size: cover;
    background-repeat: repeat-y;
    height: 100vh;
    background-position: 0 8vh;
    overflow: hidden;
}

#thankYou {
    display: flex;
    border: 2px solid white;
    font-family:   'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: rgb(1, 1, 137, .5);
    flex-direction: column;
    width: 30%;
    height: 9rem;
    border-radius: 40px;
    margin: 11em auto;
    align-items: center;
    padding-top: 2.9%;
    color: white;
    padding: 3%;
}

#thankYou a {
    text-decoration: none;
    color: white;
}