.gb-world {
  position: relative;
  width: 320px;
  height: 180px;
  background: #cce0a0;
  overflow: hidden;
}

#hero {
  position: absolute;
  left: 40px;
  bottom: 20px;
}

.gb-row {
  display: flex;
}

.gb-px {
  width: 4px;
  height: 4px;
}

#fairy {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #e0f8cf;
  border-radius: 50%;
  pointer-events: none;
}
