img {
  image-rendering: pixelated; 
}

body {
  background-color: #535353;
  color: black;
  font-family: "Courier New";
  display: flex;
  justify-content: center;
  align-items: center;
}
