html, body {
  background-color: #000000;
  font-family: 'Press Start 2P', monospace;
}

#container {
  text-align: center;
  width: 100%;
  padding-top: 40px;
}

#pixel {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  color: #ffffff;
  font-size: 20px;
}

#title {
  position: relative;
  margin: auto;
  top: 70px;
}

#game-over {
  position: relative;
  top: -30px;
}
