/* Algemene styling en custom animaties */
body {
    margin: 0;
    padding: 0;
}

/* Zorg dat de content netjes over de canvas valt */
main {
    position: relative;
    z-index: 10;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}
