body {
  background-color: white;
  color: black;
  font-family: Verdana;
  cursor: initial;
}
.house20by15{;
  z-index: 1;
  width: 90px;
  height: 120px;
  image-rendering: pixelated; 
  image-rendering: crisp-edges;
}
.house25by15{;
  z-index: 1;
  width: 90px;
  height: 150px;
  image-rendering: pixelated; 
  image-rendering: crisp-edges;
}
.main{
  position: relative;
  display: flex;
  justify-content: center;
  background-image: url("/assets/presetsWorld/71by71Grassland.png");
  background-size: cover;
  background-repeat: no-repeat;
  image-rendering: pixelated; 
  image-rendering: crisp-edges;
  width: 426px;
  height: 426px;
  overflow: hidden;
}