@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");

* {
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  border: none;
  font-family: "Press Start 2P", cursive;
}
