body {
  background: linear-gradient(135deg, #ffffff, #e5ff70); 
  margin: 0 auto;
  max-width: 1000px;
  color: #000000; 
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  padding: 2rem;
  border-radius: 12px;
  line-height: 1.6;
  text-align: center; 
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  min-height: 100vh;
}

p {
  color: #000000; 
  margin-bottom: 1.2rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Main Heading */
h1 {
  border-bottom: 6px solid #d2ff07;
  padding-bottom: 10px;
  text-align: center;
  color: #000000;
  margin-bottom: 1.5rem;
  width: 100%;
}

/* Subheadings */
h2 {
  margin-top: 2rem;
  color: #3a2d23;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 0.4rem;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

h3, h4, h5 {
  text-align: center;
  color: #000000;
  margin-bottom: 1rem;
}

/* Ingredients List */
ul {
  color: #000000;
  padding-left: 0;
  list-style-position: inside;
  margin: 1rem auto;
  text-align: center;
  display: inline-block;
  max-width: 600px;
}


ol {
  list-style: none;
  padding-left: 0;
  margin: 1rem auto;
  text-align: center;
  display: block;
  max-width: 700px;
  counter-reset: item;
}

ol li {
  margin: 1rem 0;
  font-size: 1.05em;
  position: relative;
  text-align: center;
  padding-left: 2rem;
  padding: 1rem 1rem 1rem 2rem;
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

ol li::before {
  content: counter(item) ". ";
  counter-increment: item;
  position: absolute;
  left: 0.5rem;
  font-weight: bold;
  color: #000000;
  font-size: 1.1em;
}

/* Step Images */
.step-image {
  display: block;
  max-width: 90%;
  height: auto;
  margin: 1rem auto 1.5rem auto; 
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

img {
  display: block;
  margin: 1rem auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Top Image - Moderately Larger */
.top-image {
  max-width: 120%;
  width: 400px;
  margin: 2rem auto;
}

/* Nav */
nav {
  padding: 12px;
  text-align: center;
  margin-bottom: 2rem;
}

/* Footer */
footer {
  text-align: center;
  padding: 1.5rem;
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #000000;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

/* Links */
a:link,
a:visited {
  color: #ffe3d3;
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}
