* {
    margin: 0;
    padding:0;
}

body {
    overflow-y: hidden;
    overflow-x: hidden;
    overscroll-behavior-y: none;
    overscroll-behavior-x: none;

}

canvas {
    position: fixed;
    z-index: 1;
}

::-webkit-scrollbar {
    /* width: 0px; */
    /* background: transparent; */
}

.section {
    height: 300vh;
    background-color: #0020203e;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #ffdfdf;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#sections {
    overflow-y: scroll;
    position: absolute;
    z-index: 2;
    right: -17px; /* Increase/Decrease this value for cross-browser compatibility */
    pointer-events: none;
}

/*# sourceMappingURL=main.css.map*/