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

}

.image-section {
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;



}

.procedure {

    background-color: rgba(235, 208, 147, 0.699);

    color: white;
    padding: 10px 50px;
    font-size: 49px;

}

h1 {
    font-size: 100px;



    background-color: rgb(71, 67, 45);
    margin: 0 auto;



}
h3 {

    font-size: 75px;
    margin: 0 auto;


    background-color: rgb(71, 67, 45);
    
}

.make {
    background-image: url(../images/lay.jpg);
    background-color: rgba(235, 208, 147, 0.699);

    color: white;
    padding: 10px 50px;
    font-size: 49px;


}

.gather {

    background-image: url(../images/gather.jpg);
    display: flex;
    flex: center;
    justify-content: center;
    align-items: center;
}

.sheet {

    background-image: url(../images/tuck.jpg);
}

.blanket {
    background-image: url(../images/blanket.jpg);



}

.pillow {

    background-image: url(../images/pillow.jpg);
}

.enjoy {

    background-image: url(../images/lay.jpg);
}