.step { 
    /* border: dashed 1px rgb(129, 12, 33); */
    min-height: 30vh;
    
    width: 90%; 
    text-align: center;
    padding-left: 5%;
    padding-right:5%;
    clear: both;
    font-size: 105%;
    padding-bottom: 80vh;
    
}

/* .step-text { 
    background: #000;
    opacity: 0.8;
} */

#step-0 { 
    /* background: #000; */
    /* background: yellow; */
    padding-bottom: 0;
    
}


#step-1 { 
    /* height: 100vh; */
}

#step-2 { 
    height: auto;
}

#step-24 { 
    padding-bottom: 20%;
    /* background: yellow; */
}