div i {
    position: absolute;
    left: 50%;
    transform:translate(-50%,-50%);
    top:40%;
    font-size: 200px;
    color: green;
}

#thankYou {
    position: absolute;
    left: 50%;
    transform:translate(-50%,-50%);
    top:70%;
    font-size: 30px;
    text-align:center;
    color: black;
}

#thankYou a {
    color: rgb(0, 204, 34);

}

#thankYou a:hover {
    color:rgb(1, 97, 25)

}