/* 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: sans-serif;
  line-height: 1.5;
  margin: 10px;
}
/* images and videos max out at full width */
img,
video {
  height: 200px;
  max-width: 100%;
}

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

.nav > div:nth-child(1) {
  background-color: hsl(330, 82%, 72%);
}

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

.nav > div:nth-child(3) {
  background-color: rgb(163, 221, 236);
  overflow: hidden;
}

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