html,
body {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #FFF;
}

h1 {
  font-family: TitleFont;
  font-weight: 200;
  text-align: center;
}

h2 {
  font-family: MenuItemFont;
  font-weight: 500;
  text-align: center;
}

canvas {
  display: block;
}

@font-face {
  font-family: TitleFont;
  src: url(397b1e691822d8855c4c7cf1fd988bdd.ttf);
}

@font-face {
  font-family: MenuItemFont;
  src: url(8187bd7941fe65abfad099ccec3bdeb2.ttf);
}
