body {
  background-color: #f7f7f7;
  font-family: "Outfit", sans-serif;
}

h1 {
  text-align: center;
  font-weight: 700px;
  font-size: 35px;
  line-height: 1.5;
  color: #393830;
}

header {
  margin-bottom: 40px;
}

form {
  display: flex;
}

a {
  color: #8fd6e7;
}
footer {
  text-align: center;
  font-size: 12px;
  margin-top: 28px;
}

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

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

.example {
  line-height: 1.5;
  font-size: 12px;
  margin-top: 8px;
  opacity: 0.6;
}

.hidden {
  display: none;
}
.search-button {
  padding: 15px;
  border: 1px solid rgb(173, 171, 161);
  width: 80%;
  font-size: 15px;
  border-radius: 50px;
  line-height: 18px;
  color: #25262f;
}

.submit-button {
  margin-left: 10px;
  background-color: #8fd6e7;
  border: none;
  color: #ffffff;
  border-radius: 50px;
  padding: 15px 20px;
  width: 145px;
  font-size: 15px;
}

.insert-quote {
  font-size: 15px;
  background-color: #ffffff;
  padding: 20px;
  line-height: 2;
  border-left: 3px solid rgb(173, 171, 161);
  box-shadow: 0px 20px 60px rgba(65, 50, 100, 0.08);
  border-radius: 15px;
}
