body {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  line-height: 1.6;
  margin: 4;
  padding: 2;
  color: #f4f4f4;
  background-image: url(img/blackbird-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.text {
  text-align: center;
}

header {
  background: rgba(25, 50, 51, 1);
  color: #86A5A6;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

h1 {
  margin: 0;
  font-size: 3em;
}

h2 {
  color: #f4f4f4;
}

ul {
  color: #86A5A6;
}

p {
  color: #00f465;
}
.stanza {
  margin-bottom: 30px;
  font-size: 1.5em;
}

.stanza h3 {
  margin-bottom: 15px;
  color: #86A5A6;
  font-weight: bold;
  font-size: 3em;
}

aside {
  border-radius: 25px;
  width: 1200px;
  height: 1300px;
  background: rgba(25, 50, 51, 0.8);
  text-align: center;
  padding: 50px;
  margin: 60px auto;
}

figure {
  display: inline-block;
}

figcaption {
  
  color: #f4f4f4;
  margin-top: 10px;
}

aside p{
  color: #f4f4f4;
}
.no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer {
  text-align: center;
  padding: 15px;
  background: rgba(25, 50, 51, 0.8);
  color: #869CA6;
  margin-top: 20px;
}

small {
  display: block;
  margin-top: 10px;
}

a {
  color: #A29B93;
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: #869CA6;
  text-decoration: underline;
}


@media (max-width: 600px) {
  header h1 {
    font-size: 2em;
  }
  header h2 {
    font-size: 1.5em;
  }
}

a:first-child {

  background-color: rgba(25, 50, 51, 1);
} 