html,
body {
    margin: 0;

    scroll-behavior: smooth;
}


ul, ol {
    display: flex;
    flex-direction: column;
    gap: var(--spacing);
}