body {
  background: linear-gradient(
    109.5deg,
    rgb(13, 11, 136) 9.4%,
    rgb(86, 255, 248) 78.4%
  );
  font-family: "Times New Roman", Times, serif;
}

h1 {
  font-weight: 800;
  font-size: 36px;
  line-height: 2;
  text-align: center;
  color: black;
}
.container {
  margin: 120px auto;
  max-width: 600px;
}

header {
  margin-bottom: 30px;
}

.form-container {
  background-color: white;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 20px 60px rgba(65, 50, 100, 0.08);
  padding: 15px 20px;
}

form {
  display: flex;
}

.hint {
  line-height: 1.5;
  margin-top: 5px;
  opacity: 0.6;
  font-size: 12px;
}
.instructions {
  padding: 16px;
  border: 1px solid blue;
  width: 80%;
  font-size: 16px;
  border-radius: 50px;
  line-height: 20px;
  color: rgb(0, 60, 255);
}
.submit-buttom {
  margin-left: 10px;
  background: white;
  color: aqua;
  border: none;
  border-radius: 50px;
  padding: 14px 24px;
  font-size: 16px;
  width: 200px;
}
.poem {
  font-size: 14px;
  background: radial-gradient(
    circle at 10% 20%,
    rgb(255, 200, 124) 0%,
    rgb(252, 251, 121) 90%
  );

  .poem strong {
    color: rgb(0, 72, 255);
  }

  padding: 20px;
  line-height: 24px;
  border-left: 3px solid blanchedalmond;
  box-shadow: 0px 20px 60px rgba(65, 50, 100, 0.08);
}
footer {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}
a {
  color: rgb(255, 0, 64);
}
