* { 
  box-sizing: border-box;
}

body {
  font-family: cursive;
  background-color: #1a1d0f;
  opacity: 70%;
  color: #dfd8a4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main{
  padding: 20px;
  margin: 30px
  
}
.background {
  position: fixed;
  width: 120%;
  height: 100%;
  background-image: url("images/background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.45;
  z-index: -1;
  
}

h1 {
  font-size: 60px;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
 text-shadow: 1px 2px 3px #000000;
}

/*POEM WRAP */

.poem-container {
  padding: 22px;
}

/*POEM 1 */

.poem1 {
  padding: 20px 35px;
  border-radius: 18px; 
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  width: 500px;
  background-color: #27321b80;
  margin-right: 200px;
}

.poem1 span {
  font-family: cursive;
  font-size: 22px;
  
}

/*POEM 2 */

.poem2 {
  padding: 20px 35px;
  border-radius: 18px; 
  font-family:Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  width: 500px;
  background-color: #27321b80;
  margin-left: 200px;
}

.poem2 span {
  font-family: cursive;
  font-size: 22px;
  
}

/*POEM 3 */

.poem3 {
  padding: 20px 35px;
  border-radius: 18px; 
  font-family:Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  width: 500px;
  background-color: #27321b80;
  margin-right: 200px;
}

.poem3 span {
  font-family: cursive;
  font-size: 22px;
  
}

/*POEM 4 */

.poem4 {
  padding: 20px 35px;
  border-radius: 18px; 
  font-family:Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  width: 500px;
  background-color: #27321b80;
  margin-left: 200px;
}

.poem4 span {
  font-family: cursive;
  font-size: 22px;
  
}

/*POEM 5 */

.poem5 {
  padding: 20px 35px;
  border-radius: 18px; 
  font-family:Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  width: 500px;
  background-color: #27321b80;
  margin-right: 200px;
}

.poem5 span {
  font-family: cursive;
  font-size: 22px;
  
}

.author {
  opacity: 0.88;
  font-size: 28px;
   text-shadow: 1px 2px 3px #000000;
  text-align: center;
  }

