body {
  background-color: #c1e0a2;
  text-align: center;
  background-image: url("flying.jpg");
}
header {
  color: #9b95c9;
  font-weight: 900;
  font-size: 30px;
  text-shadow: 2px 2px #000000;
}
span {
  color: #746da4;
  font-size: 25px;
}
a {
  color: #746da4;
}
#wrapper {
  background-color: #3D375E;
  padding: 20px;
  width: 1017px;
  margin: 10px auto;
  border: 35px solid #000000;
}
#poem {
  width: 591px;
  background-color: #000000;
  margin: 10px auto;
  border: 5px solid #000000;
  padding: 86px;
  padding-top: 60px;
}
.stanza {
  width: 100%;
  color: #c2bbeb;
  font-family: "Georgia";
  font-size: 26px;
  font-weight: 900;
  padding-bottom:10px;
  padding-top: 5px;
}
.stanza h3{ 
  font-weight: 800;
 }
aside {
  color: #8f92b4;
  font-weight: 900;
}
.bio p {
  margin: auto;
  width: 40%;
  color: #a8a9cc;
  font-size: 18px;
}
/*List of poems*/
ul {
  list-style-position: inside;
  text-align: left;
  margin: auto;
  font-weight:800;
  font-size: 18px;
  color: #a8a9cc;
}
.list {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding-bottom: 8px;
}
/*Stevens best poems*/
.best {
  font-weight: 900;
  margin-bottom: 6px;
  margin-top: 14px;
  font-size: 22px;
  font-style: italic;
  color: #a8a9cc;
}


