html {
  background: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/154/726/original/collection-drinks-copy-space.jpg?1736780924")
    no-repeat center center fixed;
  background-size: cover;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
  color: #54567a;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
}
a {
  color: #ee8374;
}
form {
  border-radius: 10px;
  display: flex;
}
footer {
  text-align: center;
  color: #54567a;
  font-size: 12px;
}
.examples {
  font-size: 10px;
  margin-left: 12px;
  background: rgb(255, 255, 255, 0.4);
}
.recipe {
  background-color: rgb(248, 243, 182, 0.8);
  max-width: 600px;
  padding: 30px 30px;
  margin-top: 25px;
  border-radius: 7px;
  border: 1px solid rgb(84, 86, 122, 0.5);
  font-size: 16px;
  line-height: 1;
  color: #54567a;
  box-shadow: 0px 4px 30px 0px rgba(39, 33, 66, 0.03);
}
.hidden {
  display: none;
}
.container {
  margin: 120px auto;
  max-width: 600px;
}
.ingredients {
  width: 75%;
  padding: 16px;
  margin: 0 20px 0 10px;
  border-radius: 7px;
  font-size: 14px;
}
.submit {
  background-color: rgb(84, 86, 122, 0.7);
  border-radius: 7px;
  border: none;
  color: whitesmoke;
  padding: 0 15px;
}
