* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body,
#root {
  height: 100%;
  width: 100%;
}

.map-container {
  height: 100%;
  width: 100%;
}

.dimension-label {
  background: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px 7px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
  transform: translate(-50%, -50%);
}
