/* a minimalist set of CSS resets */

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

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

/* adjust typography defaults */
html, body {
  margin: 0;
  font-family: sans-serif;
  line-height: 1.5;
  margin: 10px;
}
.me {
  height:150px;
  width:150px;

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

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

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

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

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

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

.nav {
  border: 5px dotted #ffcc5c;
  display: flex;
}