
html{
    color:white;

}

body{
    background-color:#0A002C;
    margin:auto
}


h1{
    font-family: "Madimi One";
    text-align: center;
    font-size: 65px;
    padding: 60px;
    color: #f1e577;
}

h2{
    text-align:center;
    font-family: "Madimi One";
    color: #f1e577;
    font-size: clamp(20px, 6vw, 48px);
    padding-top: 91px;
    /*font-size: 4vw;*/
} 

.Intro h2 {
    position: absolute;
    top: 70%;
    left: 55%;
    transform: translate(-50%, -50%);
    padding-top: 0;
   

}

.Intro img{
    width:100%;
}


h3{
    color:#f1e577;
    font-family: Roboto;
    margin:0;
    padding-bottom:10px;
    font-size: 25px;

}

p{
    font-family: Roboto;
    font-size: 14pt;
}




.gif-container h2 {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    text-align: center;
}


li{
    font-family: Roboto;
    font-size: 14pt;

}


.navbar ul{
    list-style-type: none;
    background-color: #ff47da ;
    padding: 12px;
    margin: 0px;
    overflow:hidden;
    text-align: center;
    display: flex;
    justify-content: space-around;

}

.navbar a{
    color:white;
    text-decoration: none;
    display: block;
    align-self: center;
    padding: 12px;
    font-family: Roboto;
    font-size: 14pt;
}

.navbar a:hover{
    background-color: #58fcec;

}


.column-container{
    margin: 0;
}

.Description .column-container {
    text-align: left; 

  }


  .img-text-container{
    display: flex;
    justify-content: center;
    gap:40px;
    max-width:1000px;
    margin:auto;


  }

  .img-text-container > div {
    width:50%;
   
  }
  
 .img-box img {
    display: block; 
    width: 100%;

  }


  section{
    clear:both;
  }

  /* .clearfix::after {
    content: "";
    display: table;
    clear: both;
  }
  
  .Ingredients-Equipment.clearfix::after {
    content: "";
    display: table;
    clear: both;
  }

  
  .Ingredients-Equipment.clearfix::after {
    content: "";
    display: table;
    clear: both;
  } */
    ul li::marker{
         
        color:#ff47da;
    
           
         }

    .Ingredients-Equip-List{
        display: flex;
        justify-content: center;
        gap:40px;
        max-width:531px;
        margin:auto;
        

    }

    .Ingredients-Equip-List > div{
        width: 50%;
    }
    

   
    .Step-1.clearfix::after {
        content: "";
        display: table;
        clear: both;
      }

         
    .Step-2.clearfix::after{
        content: "";
        display: table;
        clear: both;
      }
     
      .Step-3.clearfix::after{
        content: "";
        display: table;
        clear: both;
      }


@media(max-width:573px) {    /*big to small use max- width */
        .Ingredients-Equip-List{
          display:block; 
          
        }

        .Ingredients-Equip-List > div{
            width: 100%;
            max-width: 300px;
            margin: auto;
        }
}

@media(max-width:430px ){
    .img-box img{
        float: none;
        margin:auto;

    }
    .text-for-sections{
        max-width: 300px;
        margin:auto;

    }

    p{
        margin-top: 0;
        margin-bottom: 10px;

    }

   

    .Intro h2{
        padding-bottom: 40px;
    }
}
   


 





