html, body {
  margin: 0;
  padding: 0;
  font-family: PressStart;
}

canvas {
  display: block;
}

button {
  font-family: PressStart;
  font-size: 20px;
  border: none;
  border-radius: 5px;
  padding: 10px;
  color: white;
  background: #BC88C2;
}

@font-face {
  font-family: PressStart;
  src: url(prstart.ttf);
}