body, html{
    height:100%;
    margin:0px;
 }
 
 
 .image-section{
     min-height:100%;
     background-repeat: no-repeat;
     background-size:cover;
     background-attachment: fixed; /*this will keep image in place*/
 }
 
 .procedure{
     background-color:rgb(165, 146, 83);
     color:white;
     padding:10px 50px;
     height:50vh;
     font-size:48px;
     font-family: 'Courier New', Courier, monospace;
 }
 
 h2{
    display:flex;
     justify-content:center;
 }
 .mamaliga{
     background-image:url(../images/mamaliga-pas-cu-pas-mamaliga-cum-se-face-mamaliga-video-reteta.jpg);
     display:flex;
     justify-content:center;
     align-items:center;
 }
 
 h1{
     font-size:100px;
     color:white;
     text-shadow: 5px 5px black;
     background-color: rgb(0, 0, 0, .2);
     padding:10px;
     font-family: 'Courier New', Courier, monospace;
 }
 
 .boiling{
     background-image:url(../images/v4-460px-Cook-Polenta-Step-3.jpg.jpg);
 }
 
 .flour{
     background-image:url(../images/Creamy-Polenta-step-2-760x570.jpg);
 }
 
 .butter{
     background-image:url(../images/mamaliga.jpg);
 }
 
 .mamaliga2{
     background-image:url(../images/medium_ff15a761_fada_40d4_9008_8d4dfdbbf22e_istock_892353998_c66babaefa.jpg);
 }
 
 .eat{
     background-image:url(../images/MREGXRC.jpg);
 }