/*
 * author thebadlorax
 * created on 06-05-2026-18h-17m
 * github: https://github.com/thebadlorax
 * copyright 2026
*/

html, body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: "Jersey 20", sans-serif;
    background-color: black;
}

body canvas {
    image-rendering: pixelated;
}