body {
  background-color: rgb(197, 229, 248);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  max-width: 70%;
  justify-self: center;
  margin: 10% auto;
  font-size: 16px;
}

.container {
  background-color: lightskyblue;
  border-radius: 10px;
  padding: 20px;
  min-width: 450px;
}

header {
  margin-bottom: 20px;
}

h1 {
  text-align: center;
  font-weight: 800;
  font-size: 34px;
  margin: 10px 0;
  color: #004e7f;
}

footer {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  font-style: italic;
}

form {
  display: flex;
  justify-content: space-between;
}

.form-background {
  border-radius: 10px;
  padding: 20px;
  background-color: white;
  margin-bottom: 10px;
  box-shadow: 5px 5px 20px rgb(27 43 79 / 30%);
}

.search-bar {
  width: 75%;
  border-radius: 20px;
  padding: 10px;
  border: 0.5px solid gray;
  min-width: 220px;
  font-size: 14px;
}

.search-button {
  width: 18%;
  border: none;
  border-radius: 20px;
  padding: 10px;
  background-color: rgb(0, 114, 185);
  color: white;
  min-width: 80px;
  font-size: 14px;
}

.poem-container {
  border-radius: 10px;
  padding: 20px;
  background-color: white;
  border-left: 5px solid rgb(0, 114, 185);
  box-shadow: 5px 5px 20px rgb(27 43 79 / 30%);
}

.author {
  color: rgb(0, 114, 185);
  font-style: italic;
  font-weight: 600;
}

.example {
  font-size: 12px;
  font-style: italic;
  margin: 10px 0 0 3px;
}
