body {
    background-color: rgb(255, 255, 255);
    margin: 0;
}

canvas {
    width: 100vw;
    height: 100vh;
    background-color: #1e102e;
}