:root {
    height: 100%;
    scroll-behavior: smooth;
    width: 100%
}

:root {
    --col-bg: #212121;
    --col-link: #bbdefb;
    --col-text: #ebe7c5;
    --col-particle-stroke-hover: #310e82;
    --col-particle-stroke: #190841;
    --col-particle: #190841;
}

#particles {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -999
}