﻿#toTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(235, 33, 46, 0.8);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    background-image: url(../images/top_butt.png);
    background-repeat: no-repeat;
}

    #toTop:hover {
        background-color: #eb212e;
        background-image: url(../images/top_butt.png);
        background-repeat: no-repeat;
    }
