@font-face {
    font-family: 'Digital-7';
    src: URL('/assets/fonts/digital-7.ttf') format('truetype');
}

@font-face {
    font-family: 'Digital-7-Mono';
    src: URL('/assets/fonts/digital-7mono.ttf') format('truetype');
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: black;
}