* {
  padding: 0px !important;
  margin: 0px !important;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #282c34;
  margin: 0;
  font-family: "Courier New", Courier, monospace;
}

canvas {
  background: #000;
  display: block;
}

#countdown {
  position: absolute;
  font-size: 4em;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

#gameOverMessage {
  position: absolute;
  font-size: 3em;
  color: red;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
