@font-face {
  font-family: "PressStart2p";
  src:
    local("PressStart2p"),
    url("assets/PressStart2P-Regular.ttf") format("truetype") 
}
html, body {
  margin: 0;
  padding: 0;
}
canvas {
  display: block;
}

button {
  font-size: 15px;
  border: none;
  border-radius: 5px;
  padding: 10px;
  color: white;
  background: #e09b46;
  font-family: "PressStart2p";
}

