#scroll-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

#scroll-buttons button, #scroll-buttons a {
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

#scroll-buttons button:hover {
    background-color: #ddd;
}