/* h1 {
  text-decoration: underline;
} */

/* a minimalist set of CSS resets */

/* default to border-box */
html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* adjust typography defaults */
body {
  margin: 0;
  font-family: monospace;
  line-height: 1.5;
  margin: 10px;
}

/* images and videos max out at full width */
img,
video {
  height: 500px;
  max-width: 250 %;
}

.nav > div {
  padding: 10px;
  text-align: center;
  font-size: 2em;
  background-color: #f2f6d0;
}

.nav > div:nth-child(1) {
  background-color: #71697a;
}

.nav > div:nth-child(2) {
  background-color: #e4be9e;
}

.nav > div:nth-child(3) {
  background-color: #d9d2b6;
}

#footer {
  position: fixed;
  border-style: solid;
  padding: ;
  left: ;
  bottom: ;
  width: ;
  background-color: #f2f6d0;
  text-align: center;
}
