.scroll-top {
    position: fixed;
    bottom: 25px;
    right: 30px;
    z-index: 999999;
    background-color: rgba(165, 137, 0, 0.7);
    display: none;
    border-radius: 10px;
}
.scroll-top:hover {
    background-color: rgba(1, 105, 0, .5);
}
.scroll-top a {
    text-decoration: none;
    color: #fff;
}

.scroll-top:focus, .scroll-top a:focus, i.fas.fa-chevron-up:focus {
    outline: none;
}

.scroll-top i.fas.fa-chevron-up {
    padding: 10px 20px;
    font-size: 18px;
}