body {
  background: #101520;
  color: #f0f8ff;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  /* padding: 40x; */
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  display: flexbox;
  text-align: center;
  font-size: 32px;
}

.content {
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
}

.st0 {
  fill: #76687e;
}

.correct {
  fill: #5ed35e;
}

#map {
  max-height: 100%;
  max-width: 100%;
}

#map #outlines > path {
  transition: 300ms;
}


/* #map #AK {
  fill: limegreen;
} */