body {
  background: white;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: italic;
  background-image: url(https://s3.amazonaws.com/shecodesio-production/uploads/files/000/176/033/original/interpreting-a-food-label.png?1763674287);
}

a {
  color: rgb(43, 19, 49);
}

.box {
  margin: 60px auto;
  max-width: 800px;
}

header {
  margin-bottom: 30px;
}
.example {
  margin-top: 8px;
  opacity: 0.6;
  font-size: 14px;
  color: white;
}

h1 {
  text-align: center;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.5;
  color: black;
  text-shadow: -2px -2px 5px #885df1;
}
h2,
h3 {
  text-shadow: -2px -2px 5px #885df1;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  color: black;
  text-decoration: underline;
}
h3 {
  margin-top: -20px;
}

form {
  display: flex;
}
.form-box {
  padding: 30px 15px;
  padding-top: 18px;
  border: 3px solid #885df1;
  background-color: rgb(73, 27, 51);
  box-shadow: 0px 20px 60px rgba(65, 50, 100, 0.08);
  border-radius: 8px;
  margin-bottom: 30px;
  margin-top: -10px;
}

.search {
  padding: 16px;
  border: 1px solid rgba(39, 33, 66, 0.5);
  width: 80%;
  font-size: 14px;
  border-radius: 30px;
  line-height: 20px;
  color: #272044;
}

.button {
  margin-left: 10px;
  background: #885df1;
  color: white;
  border: none;
  width: 100px;
  font-size: 16px;
  border-radius: 50px;
  padding: 14px 24px;
}
p {
  font-size: 20px;
  text-align: center;
}

.food-type {
  text-align: center;
  font-size: 20px;
}
.list .food-type {
  color: #885df1;
}

.information {
  font-size: 20px;
  background-color: rgb(73, 27, 51);
  color: #885df1;
  line-height: 2;
  border: 3px solid #885df1;
  border-radius: 8px;
  box-shadow: 0px 4px 30px 0px rgba(39, 33, 66, 0.03);
  padding: 20px;
}

.hide {
  display: none;
}
ul {
  display: flex;
  justify-content: space-evenly;
  font-size: 18px;
  padding-left: 20px;
}
footer {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 500;
}
