/* a minimalist set of CSS resets */

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

*, *:before, *:after {
  box-sizing: inherit;
margin:10px;
padding:10px;
}

/* adjust typography defaults */
html, body {
  margin: 0;
  font-family: sans-serif;
  line-height: 1.5;
  margin: 10px;
 background-color: #e4deb0;
  text-align:center;
  color:white;
  font-size:20px;
  
  
/* images and videos max out at full width */
img,
video {
  height: 900px;
  max-width: 100%;
}

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

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

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

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

#footer {
  position: relative;
  border-style: solid;  
  padding: ;
  left: ;
  bottom:30px ;
  width:500px ;
  background-color: #0097e3;
  text-align: center;
}