

canvas {
    margin: 0px;
    width: 100%;
    height: 100%;
    scrollbar-width: none;
    background-color: rgb(8, 8, 8);
    position: fixed;
    top: 0;
    left: 0;
}

html {
    scrollbar-width: none;

}

div {
    text-align: center;
    position: relative;
    z-index: 1;
    font-family: lexend;
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
    overflow: auto;

}
        