* {
    margin: 0;
    padding: 0;
    width: 99vw;
    height: 99vh;
}

body {
    background: black;
}

canvas {
    display: block;
}