*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: #0b0b0b;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#rnbo-root {
    display: none;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

canvas {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
}
