@font-face {
    font-family: 'PressStart2P';
    src: url('assets/fonts/PressStart2P.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Special Elite';
    src: url('assets/fonts/SpecialElite.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
body { margin: 0; padding: 0; overflow: hidden; display: flex; justify-content: center; align-items: center; height: 100vh; width: 100vw; background: #000; } canvas { display: block;}