body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 14px;
  overflow: hidden;
  user-select: none;
  font-family: "Press Start 2P", system-ui;
}

.main {
  color: #fff;
  background: url("images/bg.jpg");
  background-size: cover;
  background-position: bottom center;
}

.canvas {
  font-family: "Press Start 2P", system-ui;
}

.game-container {
  padding: 0px 30px 15px 30px;
  display: flex;
  align-items: center;
  gap: 8px;
}

button {
  font-family: "Press Start 2P", system-ui;
  font-size: 11px;
  padding: 6px;
  cursor: pointer;
}

input {
  font-family: "Press Start 2P", system-ui;
  font-size: 11px;
  padding: 6px;
  cursor: pointer;
}
