@font-face {
    font-family: 'myFont';
    src: url(/font/PressStart2P-Regular.ttf);
  }

body {
    background-color: black;
    color: white;
    margin: 0px;
    font-family: 'myFont';
}