#backtotopbutton {
    display: inline-block;
    background-color: #f4f4f4;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#backtotopbutton::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.4em;
    line-height: 40px;
    color: #3c3c3c;
}
#backtotopbutton:hover {
    cursor: pointer;
    /*background-color: #333;*/
    text-decoration-line: none !important;
}
#backtotopbutton:active {
    background-color: #555;
}
#backtotopbutton.show {
    opacity: 1;
    visibility: visible;
}

#backtotopbutton {
    display: inline-block;
    background-color: #f4f4f4;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#backtotopbutton::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.4em;
    line-height: 40px;
    color: #3c3c3c;
}
#backtotopbutton:hover {
    cursor: pointer;
    /*background-color: #333;*/
    text-decoration-line: none !important;
}
#backtotopbutton:active {
    background-color: #555;
}
#backtotopbutton.show {
    opacity: 1;
    visibility: visible;
}