* {}

:root {}

body {
    overflow: hidden;
    background: #000;
    min-height: 100vh;
    background-size: cover;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
}