body{
  padding: 0;
  margin: 20px;
}

html, body, #map {
  width: 95%;
  height: 500px;
}

#map {
  cursor: crosshair;
}

#game{
  display: flex;
  flex-direction: row;
}

#current-image {
  width: 50%;
  aspect-ratio: auto;
}
