

.MapGrid {
  width: 366px;
  height: 366px;
  overflow-y: hidden;
  overflow-x: hidden;
}

#MapGrid {
  display: grid;
  grid-template-rows: repeat(32, 20px);
  grid-template-columns: repeat(32, 20px);
  grid-gap: 6px;
}

.MapBorder {

  width: 366px;
  height: 366px;
  background: rgba(21, 21, 21, 0.75);
}


.MapSpace {
  min-width: 50px;
  min-height: 50px;
  //position: absolute;
  //right: 0;
  //top: 0;
}
