
@font-face {
    font-family: cmd_font;
    src: url(fonts/Commodore-64.TTF);
}

body {
    margin: 0px;
    height: 100%;
}

html {
    height: 100%;
}

#root {
    height: 100%;
}
