html {
  font-size: 100%;
}
header {
  display: fixed;
  justify-content: space-between;
  align-items: left;
  margin: 0 0 0.5em;
  padding: 1em;
}
body {
  font-family: 'Helvetica', sans-serif;
  font-size: 20px;
  line-height: 1.75;
  margin: 10em;
  background-color: #96d7d3;
  text-align: left;
}
h1, h2 {
  font-family: "Bebas Neue", sans-serif;
  color: #623424;
  text-align: left;
}
h1 {
    font-size: 3.5em;
    margin: 0.5em 0 0.25em;
}
h2 {
    font-size: 2.5em;
    margin: 0.25em 0 0.5em;
}
p {
    margin: 1em 0;
}
#main {
  background-color: #eaddc4;
  border: double 6px #783F27;
  border-radius: 25px;
  padding: 10px;
}
ul li {
    list-style-type: none;
}
nav ul {
    display: fixed;
    padding-left: 0;
    list-style: none;
    text-align: left;
    text-wrap: unset;
    font-size: 1em;
}
img {
    float: right;
    margin: 0 0 1em 1em;
} 
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #783F27;
  color: white;
  text-align: center;
  font-size: 75%;
}
a:link {
  color: #1f472a;
}
a:focus, a:hover, a:visited {
  color: #508657;
}