.scrltoTop {
display: none;
z-index: 99999;
position: fixed;
bottom: 10px;
right: 10px;
padding: 15px;
background-color: #C12A0C;
color: white;
border: none;
cursor: pointer;
}
.scrltoTop:hover {
background-color: #e63715;
}