@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Hachi+Maru+Pop&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');


body, html{
    height: 100%;
    margin: 0px;
}

.image-section{
    min-height:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* border: solid 2px blue; */
}

.procedure{

    display:flex;
    flex-direction: column;
    justify-content:space-evenly;
    align-items: center;
    background-color: rgb(173, 241, 255);
    padding: 10px 50px;
    height:70vh;
    font-size: 30px;
    font-family: "Hachi Maru Pop", cursive;
    font-weight: 200;
    font-style: normal;
    text-align: center;
    border: solid 5px rgb(138, 46, 214);
    /* border: solid 5px rgb(245, 132, 255); */
}

h1{
    font-family: "Hachi Maru Pop", cursive;
    font-weight: 300;
    font-style: normal;
    font-size: 100px;
    color: rgb(255, 255, 255);
    text-shadow: 5px 5px black;
    background-color: rgb(173, 182, 255);
    padding:10px 20px;
    text-align: center;
    border-radius: 50px;
    /* border: solid 5px rgb(23, 23, 210); */
    /* border: solid 5px rgb(228, 128, 215); */
        border: solid 5px rgb(222, 50, 173);
    padding-bottom: 30px;
}


.headIMG{
    background-image: url("../images/tea.jpg");
    display:flex;
    justify-content: center;
    align-items: center;
    /* border: solid 5px lime; */
}

.img1{
    background-image: url("../images/boilingWater.jpg");
}

.img2{
    background-image: url("../images/teaInEmptyCup.jpg");
}

.img3{
    background-image: url("../images/puringWaterIntoCup.jpg");
}

.img4{
    background-image: url("../images/teaSteep.jpg");
}

.img5{
    background-image: url("../images/addingExtras.jpg");
}

@media screen and (max-width:665px){
    .procedure{

        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgb(173, 241, 255);
        padding: 10px 50px;
        height:70vh;
        /* font-size: 25px; */
        font-size: 1.3em;
        font-family: "Hachi Maru Pop", cursive;
        font-weight: 200;
        font-style: normal;
        text-align: center;
        border: solid 5px rgb(138, 46, 214);
        /* border: solid 5px rgb(245, 132, 255); */
    }
    
    h1{
        font-family: "Hachi Maru Pop", cursive;
        font-weight: 300;
        font-style: normal;
        font-size: 60px;
        color: rgb(255, 255, 255);
        text-shadow: 5px 5px black;
        background-color: rgb(173, 182, 255);
        padding:10px 20px;
        text-align: center;
        border-radius: 50px;
        /* border: solid 5px rgb(23, 23, 210); */
        /* border: solid 5px rgb(228, 128, 215); */
            border: solid 5px rgb(222, 50, 173);
        padding-bottom: 30px;
    }
}

@media screen and (max-width:435px){
    .procedure{

        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgb(173, 241, 255);
        padding: 10px 50px;
        height:70vh;
        /* font-size: 20px; */
        font-size: 1.1em;
        font-family: "Hachi Maru Pop", cursive;
        font-weight: 200;
        font-style: normal;
        text-align: center;
        border: solid 5px rgb(138, 46, 214);
        /* border: solid 5px rgb(245, 132, 255); */
    }
    
    h1{
        /* display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; */
        font-family: "Hachi Maru Pop", cursive;
        font-weight: 300;
        font-style: normal;
        /* font-size: 60px; */
        font-size: 2em;
        color: rgb(255, 255, 255);
        text-shadow: 5px 5px black;
        background-color: rgb(173, 182, 255);
        padding:10px 20px;
        text-align: center;
        border-radius: 50px;
        /* border: solid 5px rgb(23, 23, 210); */
        /* border: solid 5px rgb(228, 128, 215); */
        border: solid 5px rgb(222, 50, 173);
        padding-bottom: 30px;
    }
}