body {
  background-color: #ffcc00;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

h1 {
  text-align: center;
  font-family: "Nanum Brush Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 68px;
  line-height: 1.25;
  color: #3d3d3d;
  margin: 5px 0 20px 0;
}

form {
  display: flex;
}

a {
  color: #3d3d3d;
}

a:hover {
  color: #e7e7e7;
}

footer {
  text-align: center;
  font-size: 12px;
  color: #3d3d3d;
  margin-top: 20px;
}

.header-image {
  display: block;
  margin: 0 auto;
}

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

.form-container {
  padding: 30px;
  background-color: #3d3d3d82;
  box-shadow: 0px 20px 60px rgba(59, 59, 59, 0.08);
  border-radius: 5px;
  margin-bottom: 20px;
}

.text-input-field {
  padding: 14px;
  border: 1px solid #3d3d3d;
  width: 80%;
  font-size: 16px;
  border-radius: 10px;
  line-height: 18px;
  color: #3d3d3d;
  background-color: #eaeaea;
}

.submit-button {
  margin-left: 10px;
  background: #3d3d3d;
  color: #eaeaea;
  border: none;
  width: 95px;
  font-size: 16px;
  border-radius: 10px;
  padding: 14px 24px;
}

.submit-button:hover {
  color: #3d3d3d;
  background-color: #eaeaea;
  transition: all 120 ease-in-out;
}

.example {
  line-height: 1.25;
  margin-top: 5px;
  font-size: 12px;
  color: #eaeaea;
  margin-left: 20px;
}

.poem {
  font-size: 16px;
  font-weight: 300;
  color: #eaeaea;
  background-color: #3d3d3d82;
  padding: 20px;
  line-height: 2px;
  border-radius: 5px;
  border-left: 3px solid #eaeaea;
  box-shadow: 0px 20px 60px rgba(65, 50, 100, 0.08);
}

.hidden {
  display: none;
}
