.pagecontainer {
  margin: auto;
  width: 90vw;
}

header {
  background: #007AFF;
  font-family: Helvetica;
  color: white;
  padding: 2rem;
  text-align: center;
}

img{
  position: center;
  top: 0;
  max-width: 100%;
  height: auto;
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}

nav ul li {
  background: white;
  font-family: monospace;
  height: 2rem;
  width: 36rem;
  padding-top: 1rem;
  border-color: #007AFF;
  border: solid;
  border-width: 1px;
  text-align: center;
}

nav ul li a {
  text-decoration: none;
  font-size: 1.2em;
  color: black;
}

nav ul li:active {
  background: #7D7D7D;
}

.locationmarker {
  background: white;
}

article {
  padding-left: 2rem;
  padding-right: 2rem;
}

h2 {
  background: #007AFF;
  font-family: monospace;
  color: white;
  padding: 2rem;
  text-align: center;
}

h3 {
  background: #007AFF;
  font-family: monospace;
  color: white;
  padding: 2rem;
  text-align: center;
}

footer {
  background: #007AFF;
  font-family: monospace;
  color: white;
  padding: 2rem;
  text-align: center;
}
