/* Specific css */

/* Index page */
.top-buttons {
    margin-top: 10px;
    margin-bottom: 10px;
}



/* Testing scroll boxes */
.sticky-scroll-box, .scroll-box {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    width: fit-content;

    overscroll-behavior: contain;
}
.sticky-scroll-box {
    background-color: antiquewhite;

    left: 0;
    position: sticky;
}




/* FAQ page */






/* Download page */


/* Docs page */


/* Responsiveness */
/* Smallest */
@media (max-width: 460px) {
    .container {
        flex-direction: column;
    }
}