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

canvas {
  display: block;
}

@font-face {
  font-family: "Silkscreen";
  src: url("fonts/Silkscreen-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* button click feedback */
button:active {
  background-color: #666666 !important;
  color: #ffffff !important;
  transform: scale(0.98);
}

/* Add a smooth transition */
button {
  transition: all 0.1s ease !important;
}
