@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
html,
body {
  height: 100%;
  width: 100%;
}
body {
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Press Start 2P", cursive;
}
