body{
    background-image: url('./coffeePouring.png');
    /*background-position: center; */
    background-size: cover;
    
}

:root{
    --platinum: #EBEFF0ff;
    --ocean-mist: #63B39Bff;
    --deep-teal: #2A735Eff;
    --shadow-grey: #25211Fff;
    --coffee-bean: #715136ff;
    --faded-copper: #AF8456ff;
}

.container{
    height: auto;
    max-width: 85rem;

    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding:2px;
    margin-top:5%;
    margin-left:5%;
    margin-right:5%;
    border-style: dashed;
    border-radius: 5px;
    border-color: var(--ocean-mist);
    background-image: url('./coffee-green.jpg');
    color: var(--platinum);
    
}

.goback{
    align-content: left;
    font-family: 'Fira Code';
}

.header {
    background-image: url('./IMG_20230608_151103_567.jpg');
    background-size:cover;
    /*background-position:;*/
    background-position-y:-120px ;
    width: 100%;
    height: 200px; /* change banner height here*/
    border: 2px ridge var(--border);
    border-radius: 5px;
    position: relative;
    font-size:35px;
    font-family: 'Alegreya SC';
    align-content: center;
    text-align: center;
    color: var(--shadow-grey);
    margin:5px;
    text-shadow: 1px 1px 10px var(--platinum);
}

.secondHeader{
    font-family: 'Fira Code', sans-serif;
    text-align: center;
    padding: 5px;
}

.mainstuff{
    display: flex;
}

.blocks{
    font-size: medium;
    font-family: 'Libre Baskerville';
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    max-height: 600px;
    overflow: scroll;
}

.brewing{
    display: flex-box;
    
    column-gap: 3px;
    row-gap: 3px;
    padding: 5px;
}

.images{
    background-image: url('./coffeePouring.png');
    height: 110px;
    width: 100%;
    background-size:cover;
    background-position: -200px;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.images2{
    background-image: url('./funnybialettiart.jpg');
    height: 110px;
    width: 100%;
    background-size:cover;

    background-position-y: 350px;
    background-position-x: -50px;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.images3{
    background-image: url('./coffeeCloseup.png');
    height: 150px;
    width: 100%;
    background-size:cover;

    background-position-y: 350px;
    background-position-x: -50px;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.images4{
    background-image: url('./20190524_145430.jpg');
    height: 170px;
    width: 100%;
    background-size:cover;

    background-position-y: 550px;
    background-position-x: -50px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}