html {
    font-family: "ff-real-text-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #ffe2cb;
    color: #750027;
}

h1, h2, h3, h4 {
    text-align: center;
    font-family: "gelica", sans-serif;
    font-weight: 500;
    font-style: normal;
}

h1 {
    margin-top: 30px;
}

h2 {
    margin-top: 0;
}

h4 {
    text-align: left;
}

#stars {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.checked {
    color: #B2054B;
}

img {
    border-radius: 30px;
}

.statshead h4 {
    margin-bottom: 0;
}

.statshead, #shop {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.intro, .dietary, .credits {
    background-color:#fff3e9;
}

p, li {
    font-size: 10.5pt;
    line-height: 18px;
    margin: 0;
}

li {
    margin-bottom: 5px;
}

div {
    background-color: rgb(255, 251, 249);
    border-radius: 30px;
    padding: 30px;
    margin: 20px;
}

#header {
    height: 225px;
    width: 98%;
    object-fit: cover;
    border-radius: 0 30px 30px 0;
    margin-right: 40px;
    margin-left: -10px;
}

.closeup {
    padding: 0;
    display: none;
}

.reviews {
    margin-left: 10px;
    color:#B2054B;
}

a {
    color:#B2054B;
}
 


.shopping li {
    list-style: none;
}

#diet {
    max-width: 545px;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.recipe {
    background-color: #B2054B;
    color: white;
}

#recipee {
    max-width: 545px;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.last {
    background-color: #ffe2cb;
}

@media (min-width: 850px) {
    #container {
        display: grid;
        width:800px;
        height:400px;
        grid-template-columns: 400px 400px;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        margin: auto;
    }

    div {
        margin: 0;
    }

    #header {
        margin-bottom: 20px;
        width: 99%;
        margin-left:-10%;
    }

    .shopping {
        grid-column: span 1;
        grid-row: span 2;
    }

    .closeup {
        display: block;
        grid-column: span 1;
        grid-row: span 1;
    }

    .dietary {
        grid-column: span 1;
        grid-row: span 1;
    }

    .recipe {
        grid-column: span 2;
        grid-row: span 1;
        padding: 30px 80px 30px 80px;
    }

    .closeup img {
        display: block;
        border-radius: 30px;
        width: 400px;
        height: 417px;
        object-fit: cover;
    }
    
    .dietary ul {
        padding-left: 10px;
    }

}
    
    
