body {
  margin: 0;
  padding: 0;
}
#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  border: 0;
  opacity: 0.7;
}
#heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 0;
  margin: 0;
  text-align: center;
  font-size: 25pt;
  font-family: 'Chango', cursive;
  font-weight: bold;
  color: #fff;
  -webkit-text-fill-color: #000;
  -webkit-text-stroke: 0.25px #fff;
}
#container {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  display: table;
}
#location {
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 100pt;
  font-family: 'Righteous', cursive;
  -webkit-text-stroke: 1px #fff;
  text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}
