@import url("shared/shared.css?v=20250218002");

html {
    scroll-snap-type: y mandatory;
    user-select: none;

    body {
        #home {
            div{
                display: flex;
                margin-bottom: var(--button-spacing);
                a {
                    flex: 1;
                }
            }
        }
    }
}

@media only screen and (min-width:768px) {}