.scroll-to-top {
    background: #800000;
    position: fixed;
    bottom: 40px;
    right: 0px;
    width: 50px;
    height: 50px;
    /*padding: 7px 15px 7px 10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    /*border-top: 1px solid #ffffff;*/
    /*border-bottom: 1px solid #ffffff;*/
    /*border-left: 1px solid #ffffff;*/
    /*border-right: 1px solid #c40009;*/
    box-shadow: 1px 1px 5px rgba(0,0,0,.25);
    font-size: 24px;
    }
.scroll-to-top:focus, .scroll-to-top:hover {
    background: #800000;
    position: fixed;
    bottom: 40px;
    right: 0px;
    width: 50px;
    height: 50px;
    /*padding-right: 10px;*/
    /*padding: 7px 15px 7px 10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    /*border-top: 1px solid #c40009;*/
    /*border-bottom: 1px solid #c40009;*/
    /*border-left: 1px solid #c40009;*/
    /*border-right: 1px solid #ffffff;*/
    box-shadow: 1px 1px 5px rgba(0,0,0,.25);
    transition: .3s ease-in-out;
    }

a.scroll-to-top {
    color: #ffffff;
    text-decoration: none;
}
a.scroll-to-top:focus, a.scroll-to-top:hover {
    color: #ffffff;
    text-decoration: none;
}