#map-canvas {
  height: 800px;
  width: 100%;
}

.stage {
  position: absolute;
  /* background-color: #e0636336;
  border: 2px solid;
  border-color: #a64e4e; */
}

.stage-info {
  position: absolute;
  background-color: #e06363;
  border: 2px solid;
  border-color: #a64e4e;
  color: #f7cfcf;
  font-size: 1.8rem;
}

.stage-info > .arrow, .stage-info > .arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.stage-info > .arrow {
  visibility: hidden;
}

.stage-info > .arrow::before {
  visibility: visible;
  content: '';
  transform: rotate(45deg);
}

.stage-info > .arrow {
  left: -4px;
}

.map-container {
  margin-left: auto;
  margin-right: auto;
}