#help_btn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #ce0000;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 1px 2px #999;
    padding: 14px;
    z-index: 10000;
}
#scrollUp {
    display: none !important;
}
