body {
  background-color: black;
}

a {
  color: red;
}

a:hover {
  color: white;
  transition: 0.5s;
}

#header {
  background-color: black;
  color: white;
  font-family: Helvetica;
  text-align: center;
  padding-bottom: 5%;
}

h1 {
  font-size: 10vh;
  font-weight: bold;
  letter-spacing: -2px;
}

#map {
  position: absolute;
  height: 70%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.dot {
  height: 8px;
  width: 8px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}
