.to_top_box{
    position: fixed;
    bottom: 5%;
    right: 5%;
}

.to_top_box:hover{
    cursor: pointer;
}