body {
  background-image: url("/Peach\ Pink\ and\ Yellow\ Abstract\ Linktree\ Background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}  
  .poem {
    background-color:white;
  font-family: "The Girl Next Door", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  padding: 20px;
  line-height: 2;
  border-left: 3px solid #885df1 ;
  box-shadow: 0px 4px 30px 0px rgb(149, 53, 149);
  margin-top: 40px;
  }


.container {
   margin: 120px auto;
   max-width: 600px;

}
h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  
}
header {
    margin-bottom: 40px;

}
.formwrapper{
    padding:30px;
    background-color:bisque;
    border-radius: 10px;
   opacity: 0.9;
}
form {
   background-color: bisque;
   opacity: 0.9;
    display: flex;
    
}
.instructions {
padding: 15px;
border: 2px solid rgb(255, 89, 144);
width: 70%;
font-size: 15px;
border-radius: 10px;
line-height: 20px;
}
.submit {
    color:rgb(95, 12, 95);
    background-color: rgb(255, 255, 255);
    padding: 15px;
    border: 2px solid rgb(95, 12, 95);
    width: 30%;
    font-size: 15px;
    border-radius: 10px;
    line-height: 20px;
}
footer{
    color: darkmagenta;
    text-align: center;
    font-size: 13px;
    margin-top: 40px;
}
a{
    color:rgb(207, 8, 108);
}
