
@font-face {
    font-family: 'PixelFont';
    src: url(assets/retro-pixel-thick.ttf);
}

@font-face {
    font-family: 'm6x11';
    src: url(assets/m6x11.ttf);
}

body {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.87);
    background-color: #0f0f0f;
}

#app {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
