body{
    font-family: "asterisk-sans-variable", sans-serif;
    font-variation-settings: "wght" 400;
    align-items: left;
    flex-direction: column;
    margin: 0; 
    background-color: rgba(56, 13, 85, 0.575);
}
header{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
    color: #e214b5;
    background-image:url("blueberry-muffins-fb-ig-7-scaled.jpeg");
    background-size: cover;
    background-position: center;
    font-family: "thrillers", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 400px;
    letter-spacing: 0.03cap;

}
section  > div{
    padding: 0 1rem 1.5rem ;
    width: 960px;
    margin: auto;
    
}
section.intro{
    padding-top: 25px;
    padding-bottom: 25px;
}

.content-wrapper {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 16px;
}


.recipe-info-box {
  display: flex;
  justify-content:center;
  background-color: #f8eff1;
  border-radius: 30px;
  padding: 10px 10px 10px 0px;
  margin: 20px 0 8px 0; 
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
  font-size: 0.95rem;  
  font-weight:400;
}

.recipe-info-box .info-section {
  text-align: center;
   display: flex;
  flex-direction: column; 
  align-items: center;
  text-align: center;
}

.recipe-info-box h4 {
  font-size: 1rem;
  color: #730d3d;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  padding-bottom: 0px;
  
}

.recipe-info-box p {
  font-size: 1.1rem;
  font-weight: bold;
  color: #ca688c;
  font-style: italic;
}



h1{
    margin: 0;
    font-size: 80px;
    line-height: 1;
}
h2{
    display:block;
    line-height: 0.5;
    font-size: 25px;
    margin-top: 16px;
    color:rgb(255, 255, 255);
    font-family: "asterisk-sans-variable", sans-serif;
    font-style: italic;
    font-weight: 400;
    
}

h3{
    
    margin: 2;
    padding-top: 0.4em;
    font-size: 40px;
    color:beige;
    font-family: "thrillers", sans-serif;
    letter-spacing: 0.1cap;

}
.ingredients-list{
    color:#f8eff1;
    font-weight:300;
}
.equipment-list{
    color:#f8eff1;
    font-weight:300;
}
section.directions {
  padding: 0px 0; 
  width: 100%;
}

.intro{
    display: flex;
   
}

section p{
    word-spacing: 0.062em;
    margin-bottom: -0.9em;
    margin-top: 1.8em;
    line-height: 1.43em;
    font-size: 1.1em;
    
   
}


.directions {
  max-width: 700px;
  margin: 40px auto;
  padding: 0 16px;
  color: white;
}
.directions-list {
  max-width: 700px;
  margin: 20px auto;
  padding: 0 16px;
}

.step {
  margin-bottom: 2em;
  text-align: left;
}

.step-title {
  font-family: "thrillers", sans-serif;
  font-size: 1.4rem;
  color: #f9b9cf;
}

.step-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 0.3em;
  padding-bottom: 1rem;
}

.step-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
}



.container {
  gap: 0px;
  display: grid;
  width: 960px;
  margin-top: 10px;
  padding-bottom: 1rem;
  grid-template-columns: 1fr 1fr;
  
}
.block {
  display: flex;
  align-items: flex-start;
  padding-top: 3px;
  padding-bottom: 5px;
}
.block p{
    margin-top: 6px;
    margin-right: 22px;
    font-size: 18px;
    word-spacing: 0px;
}
.block img{
    width: 200px;
    height: 150px;
    object-fit:cover;
    flex-shrink: 0;
}
.caption {
     flex: 1;
     margin-left: 12px;
     max-width: 300px;
}
h4{
    font-weight: bold;
    font-size: 20px;
    margin: 1px;
}
.last_section{
    padding-top: 0em,;
    padding-bottom: 0em;
   
}
.last_block{
    text-align: center;
    padding-bottom: 1px;
   
}
.last_block p{
    max-width: 700px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.397;
    padding-bottom: 0%;
    word-spacing: 0em;
}

.white-box {
  background-color: white;
  color: #000;
  max-width: 700px;
  height: 200px;
  margin: 0px auto;
  padding: 20px;
  margin-bottom: 60px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  display: block; 
  text-align: left;
}

.white-box p {
  margin-top: 0;      
}

.footer {
    font-size: 16px;
    padding-bottom: 41px;
    padding-top: 38px;
    background-color: #ffffff68;
    color: #4f34a0;
    text-align: center;
}
.footer p{
    width: 958px;
    margin: auto;
}

.divider {
  border: none;
  height: 2px;
  background-color: #ffd1e2;
  width: 80%;
  margin: 40px auto;
  border-radius: 2px;
}

