body {
  background-color: #b8835b;
  color: #b8835b;
  margin: 0;               
  min-height: 100vh;       
  display: flex;           
  justify-content: center; 
  align-items: center;     
}

img {
  image-rendering:pixelated;
  transform: scale(5);
}
