.reloadPage{
    position: fixed;
    bottom: 1rem;
    right: .5rem;
    z-index: 50;
}
.reloadPage button{
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.3rem;
    border:2px solid #a3a3a3;
    box-shadow: 0 5px 8px rgba(0,0,0, .080);
    background: #464646;
    color: #ffffff;
}
.reloadPage:hover button{
    rotate: 360deg;
}