/* a minimalist set of CSS resets */

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

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

/* adjus
t typography defaults */
html, 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;
}

.nav > div:nth-child(1) {
  background-color: rgba(124, 77, 115, 0.15);
  flex-grow: 3;
}

.nav > div:nth-child(2) {
  background-color: #f8d7f7;
  flex-grow: 3;
}

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

a{
  color:#C6B9E6;
  
}

#footer {
  position: relative;
  border-style: solid;  
  padding: ;
  left: ;
  bottom: ;
  width: 50%;
  background-color: #be84c8;
  text-align: center;
}