

#scrolltotop {


}

.scrolltotop-center-text {

    text-align: center;
}

.scrolltotop-curvebox {

    border-radius: 25px;
    border: 1px solid #D9D9D9;
    background: #FAFAFA;
    padding: 20px;
    max-width: 200px;
 /*   height: 25px;
    max-height: 25px; */
    margin: auto;
    width: 50%;
}

.scrolltotop-curvebox:hover {
    background: #E9E9E9;
}

#scrolltotop-button {
    cursor: pointer;
}

#icon-arrow-up {
 /*   max-height: 5%;
    max-width: 5%; */
}
