#backtotop {
    width: 55px;
    height: 55px;
    border-radius: 4px;
    left: 30px;
    bottom: 30px;
}

#backtotop::before {
    content: "\f106";
    font: 35px/1 FontAwesome;
}