body{
  background-color: #262626;
  font-family: helvetica,arial;
  color: white;
}

a{
  color: white;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (orientation: portrait) {
  span{
    padding-bottom: 0.2em;
    display: block;
  }
  #map{
    margin-top: -25%;
  }
  #info{
    position: absolute;
    bottom: 5%;
    left: 0;
    padding: 1em;
    font-size: 1em;
  }
  
}

@media screen and (orientation: landscape) {
  span{
    max-width: 40%;
    padding-bottom: 0.2em;
    display: block;
  }
  #info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3em;
    font-size: 1em;
  }
}

#title{
  font-size: 2.5em;
}
#subtitle{
  font-size: 1.5em;
  padding-bottom: 0.5em;
}
