@font-face {
      font-family: 'DotGothic16';
      src: url('./DotGothic16.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
}

body, html {
      margin: 0;
      width: 100%;
      height: 100%;
      background: black;
      color: white;
      font-family: 'DotGothic16';
      font-size: 32px;
}