﻿
.GoTop {
    position: fixed;
    bottom: 110px;
    right: 30px !important;
    font-size: 2.5em;
    border-radius: 50%;
    color: #231815;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    z-index: 100;
}

