body {
  background-color: #e6cdcd;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #4b5588;
}
.container {
  margin: 120px auto;
  max-width: 600px;
  border-radius: 20px;
  background-color: #fbf7f5;
  border-radius: 4px solid rgb(26, 25, 25);
}
header {
  margin-bottom: 30px;
}

h1 {
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.5;
  color: #272044;
}

.form-wrapper {
  box-shadow: 0px 20px 60px rgba(16, 5, 40, 0.08);
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 50px 20px;
  background: rgb(249, 249, 249);
}

form {
  display: flex;
}

.hint {
  font-size: 8px;
  line-height: 24px;
  opacity: 0.6;
}

.instructions {
  padding: 25px;
  border: 1px solid rgba(39, 33, 66, 0.5);
  width: 100%;
  font-size: 18px;
  border-radius: 40px;
  line-height: 20px;
  color: #4b5588;
}

.submit-button {
  margin-left: 15px;
  background-color: #4b5588;
  font-size: 18px;
  border: none;
  color: #fff;
  border-radius: 40px;
  padding: 14px 22px;
  line-height: 20px;
}

.quote {
  font-size: 15px;
  padding: 15px 5px;
  box-shadow: 0px 4px 30px 0px rgba(39, 33, 100, 0.08);
  line-height: 25px;
  border-left: 3px solid #4b5588;
  border-right: 3px solid #4b5588;
  border-radius: 20px 40px;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.hidden {
  display: none;
}

footer {
  text-align: center;
  padding: 15px;
  font-size: 12px;
  margin-top: 15px;
}
