body {
    background-color: #e9f0f5;
}

.recipeCard {
    background-color:white;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 2em;
    padding: 4em 1em 4em 4em;
    border-bottom-color: white;
    max-width: 45em;
    font-size: 1.5em;
    
}

.blogImage {
    display:block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width:40em;
    margin-top: 2em;
    margin-bottom: 2em;
    position:relative;
    left: -1em;
}

@media all and (max-width: 800px) {
    .recipeCard {
        margin: 1em;
        top: 1em;
        font-size: 1em;
    }
}