body {
  margin: 0;
  padding: 0;
  background-image: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/171/449/original/pexels-pixabay-414660.jpg?1753951967");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 100vh;
  width: 100vw;
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

h1 {
  text-align: center;
  font-weight: 800;
  font-size: 80px;
  line-height: 1.5;
  color: rgb(37, 1, 26);
  font-family: "Birthstone", cursive;
  font-weight: 600;
  font-style: normal;
}

header {
  margin-bottom: 30px;
}

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

.form-container {
  margin-bottom: 34px;
  padding: 30px;
  background-color: antiquewhite;
  border-radius: 10px;
  box-shadow: 0px 20px 60px rgb(114, 1, 48);
}

form {
  display: flex;
}

.example {
  line-height: 1.5;
  margin-top: 5px;
  font-size: 14px;
  opacity: 08;
}

.instructions {
  padding: 10px;
  border: 1px solid rgba(114, 1, 48);
  width: 80%;
  font-size: 18px;
  border-radius: 40px;
  line-height: 1.5;
  color: rgb(5, 0, 15);
}

.submit-button {
  margin-left: 10px;
  background: rgb(238, 16, 53);
  color: whitesmoke;
  border: none;
  border-radius: 40px;
  padding: 14px 24px;
  width: 150px;
  font-size: 18px;
}

.poem {
  font-size: 16px;
  background-color: antiquewhite;
  padding: 14px;
  line-height: 1.5;
  font-weight: 400;
  border-left: 5px solid rgb(238, 16, 53);
}

.poem strong {
  color: rgb(238, 16, 53);
}

.hidden {
  display: none;
}

footer {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}
a {
  color: rgb(238, 16, 53);
}
