body{
    margin: 0;
    padding: 0;
}
#gameCanvas {
    background-color: black;
    display: block;
    width: 100dvw;
    height: 100dvh;
}

@font-face {
    font-family: 'GameFont';
    src: url('CodeNewRoman.otf');
    font-style: normal;
    font-weight: normal;
}