
nav {
  display: flex;
  justify-content: space-evenly;
}

body {
  background-image:url(images/image.png); 
  font-family: monospace; 
  font-size: xx-large;
  font-family: "Sixtyfour", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "BLED" 0,
    "SCAN" 0;
}



header { background-color: #0000FF; color: #FFFFFF; font-size: 50px; padding: 10px; padding-right: 0px;}
h1 { margin: 0; padding: 100px; font-size: 50px}
nav { background-color: #CCCCFF;}

main { 
  width: 80%;
  margin-right: 10%;
  margin-top: 5%;
  margin-left: 10%;
  padding: 10px;
  background-color: #FFFFFF; 
}

footer { 
  text-align: center;
  font-style: italic;
  background-color: #CCCCFF; 
}

li {
  padding-top: 100px;
}

img {
  justify-self: center;
  height: 40%;
  width: 40%;
}