 .map {
    position: relative;
    width: 800px;
}

#backgroundImage {
    background: #f5f5f5;
    padding-bottom: 25px;
    padding-top: 1px;
    max-width: 800px;
    min-height: 600px;
}

#GlossaryBox {
  background: #ffffff;
  border-radius: 25px;
  min-height: 300px;
  margin: 10px 15px 10px 15px;
}

h1 {
  font-family: Lato;
  font-size: 30px;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}

h2 {
  font-family: Lato;
  font-size: 20px;
  padding-top: 35px;
  margin-bottom: 1em;
  font-weight: bold;
  color: grey;
}

#Instructions {
  font-family: Lato;
  font-size: 15px;
  padding-top: 35px;
  margin-bottom: 1em;
  margin-left: 25px;
  font-weight: bold;
  color: grey;
}

p {
  font-family: Lato;
}