#welcome_msg {
  font-family: 'futura';
  font-size: 4rem;
  text-transform: capitalize;
  text-shadow: 1px 1px 1px rgb(122, 121, 131),
               2px 2px 1px rgb(194, 123, 123);
  text-align: center;
  top: 20px;
}

#instructions {
  font-family: 'futura';
  font-size: 2rem;
  font-style: italic;
  text-align: center;
  top: 20px;
}

#key {
  font-family: 'futura';
  font-size: 1rem;
  text-align: center;
  padding-top: 30px;
}

#map {
    height: 90%;
    top: 10px;
    padding-bottom: 0.5em;
  }

#notes {
  font-family: 'futura';
  font-size: 1rem;
  font-style: italic;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 5px;
}

html,
body {
  height: 100%;
  margin: 2;
  padding: 5;
  bottom: 20px;
}