/* 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 */
html, body {
  margin: 0;
  font-family: sans-serif;
  line-height: 1.5;
  margin: 10px;
  background-color:#C0DFF2;
}

body{
  font-family: "Sevillana", cursive;
  text-align: center;
}

/* images and videos max out at full width */
img,
video {
  height: 200px;
  max-width: 100%;
  margin: auto;
  display: block;
}


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

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

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


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

.nav {
  border: 5px solid ;
  display: flex;
  justify-content: space-between;
  
  
}
a:link{
  color:blue;
}
a:hover{
  color:white;
}
#footer{
  display: flex;

  border-style: solid;  
  justify-content: center;
  padding: ;
  left: ;
  bottom: ;
  width: ;
  background-color: #C0DFF2;
  text-align: center;
}
