/* a minimalist set of CSS resets */

/* default to border-box */
p {
  font-family: "Edu NSW ACT Cursive", cursive;
}
h1 {
  font-family: "Edu NSW ACT Hand Cursive", cursive;
}

body {
  background-color: #8e188e;
}
/* adjust typography defaults */


/* images and videos max out at full width */
.images {
  display: flex;
  justify-content: center;
  flex-direction: column;

}


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

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

.nav > div:nth-child(2) {
  background-color: #6bdeed;
  padding: 0px;
}

.nav > div:nth-child(3) {
  background-color: #de8dde;
  padding: 0px;
}

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

.nav {
  padding: 0;
  border: 5px solid #706dee;
  display: block;
  justify-content: space-around;
    
}

.container{
  text-align: center;
}

ul{
  display: inline-block;
  text-align: left;
}