body, body {
  height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0; 
    padding: 0;
  background-image:url("https://sidequestknight.neocities.org/possible-background1.jpg");
  background-repeat:no-repeat;
  background-size: cover;
  font-family: "MedievalSharp";
  color: #b8c9d0;
  background-attachment: fixed
}

a{
  color: #7eb3d6;
}

h1 {
  text-align: center;  
  font-family: "UnifrakturCook";
  font-size: 500%;
  color: #ffffff;
}

main{
  display: flex;
  flex-flow: row;
  margin-bottom: 0px;
}

main nav{
  order: 1;
  flex-basis: 20%;
}

main nav h4{
  font-size: 100%;
  color: #b8c9d0;
}

main nav ul{
  font-size: 85%;
}

main article{
  order: 2;
  flex-basis: 50%;
  margin-left: 25px;
}

main article h3{
  color: #9ec4a8;
  text-align: center;
}

#knight{
  
  max-width: 30%;
  position: fixed;
  right: 0px;
  bottom: 0px;
  
}

footer ul{
  list-style-type: none;
  text-align: left;
  margin-left: 0;
}


