body{
    background: linear-gradient(to right, rgb(222, 216, 203) ,rgb(241, 216, 169) 100%);
}

i{
    font-size: 1.5rem;
    color: #333;
}

i:hover  {
    color: rgb(224, 164, 51) !important;
    transform: rotateY(180deg);
    transition: all 0.6s linear;
}

a{
    text-decoration: none;
    color: rgb(224, 164, 51) !important;
}

#Eye1{
    transform: none;
}
#Eye2{
    transform: none;
}