* {
    margin: 0;
    padding: 0;
}

html, body {
    /* overflow: hidden; */
    background-color: #FCFE8A;
}

.webgl {
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}

#container {
    width: 100%;
    height: 200vh;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.section {
    width: 100%;
    height: 100vh;
}

#section1 {
    display: flex;
    flex-direction: column;
}

#section2 #bg-img {
    width: 100%;
    height: 100%;
    background-image: url(assets/images/b6abaf367a130e4cc35dbf720a43ce22.png);
    background-size: cover;
    background-position: center;
}

button {
    cursor: pointer;
    pointer-events: all;
    background-color: transparent;
    border: 1px solid black;
    padding: 10px 30px;
    border-radius: 50px;
    transition: all ease 0.5s;
    width: fit-content;
    height: fit-content;
    margin: 10px;
}

button:hover {
    background-color: black;
    color: #FCFE8A;
}

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