h1 {
  color:#A64D79;
  font-family: "Hammersmith One", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 42px;
}

h2 {
 color:#A64D79;
  font-family: "Hammersmith One", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 24px;
}

h3 {
  color:#741B47;
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 20px;
}

body {
  color: "green";
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

body {background-color: #fff9e3;}

div {
  background-color: white;
  width: 75%;
  border: 4px solid green;
	padding: 10px 10px 10px 10px;
  margin: auto auto;
  margin-bottom: 20px;
}

ul {
      list-style: none; /* Remove default bullet points */
      padding: 10;
    }
    ul li:nth-child(odd):before {
      content: "🌶️"; /* Jalapeño emoji */
      margin-right: 10px; /* Add spacing after the emoji */
      font-size: 2rem;
    }
 ul li:nth-child(even):before {
      content: "🥓"; /* Bacon emoji */
      margin-right: 10px; /* Add spacing after the emoji */
      font-size: 2rem;
    }