﻿
/* BOTTONE BACK TO TOP */
.scrolltotop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    margin: auto;
    left: 0px;
    right: 20px;
    display: none;
    opacity: 0.5;
    z-index: 9999;
}

