html,
body {
    overflow: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

#navigation {
    width: fit-content;
}
