.backToHome{
    bottom: 5px;
    right: 5px;
    position: fixed;
    font-size: 45px;
    background-color: rgb(70, 78, 46);
    color:rgb(235, 233, 233);
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.4s;
    opacity: 0;
    text-decoration: none;
}
.backToHome:hover{
    text-decoration: none;
    color:lightgray ;
}
