.site{
    width: 90%;
    margin-left: auto; margin-right: auto;
}
.hover{
    color: white;
}
.hover:hover{
    color: grey;
}