#quick-scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #033f2d;
    color: white;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 24px;
    display: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#quick-scroll-to-top:hover {
    background-color: #033f2d;
}
