/* CSS files add styling rules to your content */

body {
  font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 2em;
}

h1 {
  font-style: italic;
  color: #373fff;
}

canvas {
  max-width: 100%;
  display: block;
  margin: auto;
}

.scale {
  border: 2px solid #000;
  position: absolute;
  right: 0;
  top: 50%;
  max-height: 50%;
  transform: translate(0, -50%);
}

.map {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}