body {
    width: 100%;
  height: 100%;
   font-family: "Lexend", sans-serif;
}


header {
    
    background-color: lightcoral;
    padding-bottom: 50px;
    padding-top: 30px;
}

h1 {
    font-family: "Playwrite GB J", cursive;
    font-optical-sizing: auto;
    font-size: 60px;
    color:white;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
    font-family: "Lexend", sans-serif;
    font-size: 20px;
    color:bisque;
    text-align: center;
}

header section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap; 
}


header img {
  width: 500px;
  height: 600px;      
  border-radius: 10px;
  max-width: 100%;   
  margin: 0 auto;  
  align-self: center;
}

.white-box {
  background-color: white;
  max-width: 800px;   
  width: 90%;       
  border-radius: 10px;
  margin: 0 auto;       
  padding: 30px;        
  box-sizing: border-box;     
}

h3 {
    font-family: "Playwrite GB J", cursive;
    text-align: center;
    color:lightcoral;
    font-size: 30px;
    margin-bottom: 0px;
   
}

img.icon {
    width: 30px;
    height: 30px;
}

p, ul, ol {
  text-align: left;
  color: lightcoral;
  font-size: 18px;
  margin: 20px 0;       
  padding: 0 20px; 
  line-height: 180%;     
}

.equipment-notes {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 100px;
  padding: 0 50px 20px 50px;
  text-align: left;
}

.equipment-notes h3 {
  text-align: left;
  color: lightcoral;
  font-size: 26px;
  margin-bottom: 10px;
}

.equipment-notes h4 {
  color: lightcoral;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
}

.equipment-notes ul {
  list-style-type: disc;
  color: lightcoral;
  font-size: 18px;
  margin: 0;
  padding-left: 20px;
}

.ingredients {
    margin: 0 5vw;
}

.ingredientstitle {
    font-family: "Playwrite GB J", cursive;
    color:white;
    background-color: maroon;
    font-size: 30px;
    margin-bottom: 0px;
    text-align: left;
    margin-top: 30px;
        border-radius: 10px;

}

.tips {
    font-family: "Playwrite GB J", cursive;
    font-size: 20px;
    text-align: left;
    background-color: lightcoral;
    color:white;
    border-radius: 10px;
}

.directions {
    margin: 0 5vw;
}

.directions {
  padding: 40px 5vw;
  background-color:white;
}

.directions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.direction-step {
  text-align: left;
  color: lightcoral;
}

.direction-step img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin-bottom: 10px;
}

.direction-step figcaption {
  font-size: 18px;
  line-height: 1.6;
  color: lightcoral;
  padding: 0 10px;
}

ol {
  text-align: left;
  color: lightcoral;
  font-size: 18px;
  line-height: 1.8;
  padding-left: 40px;
  margin-bottom: 40px;
}

footer {
  text-align: center; 
  margin-top: 60px;        
  padding: 50px;           
  background-color: lightcoral;  
}

footer .footer {
  display: block;
  text-align: center;          
  color: white;            
  font-family: "Lexend", sans-serif;
  font-size: 18px;
}