*{
    font-family: outfit;
}

.recipe-page
{
    max-width: 375px;
    background-color: #ffffff;
    margin: 120px auto;
    padding: 40px;
    border-radius: 16px;
}

body
{
    background-color: #f3e6d8;
}

.recipe-image
{
    width: calc(100% + 80px);
    margin: -40px 0px 40px -40px;
}

.recipe-page h1
{
    text-align: left;
    font-size: 36px;
    font-weight: 400;
    font-family: "Young Serif", serif;
    line-height: 90%;
    margin-bottom: 16px;
}

.recipe-page p
{
    text-align: left;
    font-family: Outfit;
    letter-spacing: 1px;
    line-height: 1.5em;
    max-width: 375px;
    margin-bottom: 24px;
}

.prep-time-box
{
    background-color: hsl(320, 27%, 96%);
    padding: 16px;
    border-radius: 12px;
    line-height: 2em;
}

.prep-time-box ul li
{
    line-height: 2em;
    margin-left: 20px;
    
}

.recipe-page h2
{
    text-align: left;
    color: #854632;
    font-weight: bold;
    font-size: 20px;
    margin: 15px 60px 15px 25px;
}

.total-time
{
    text-align: center;
    margin: left 15px;;
}

.recipe-page h3
{
    text-align: left;
    color: #854632;
    font-size: 30px;
    margin: 24px 20px;
}

.recipe-page h4
{
    text-align: left;
    color: #854632;
    font-size: 30px;
    margin: 15px 20px;
}

.recipe-page h5
{
    text-align: left;
    color: #854632;
    font-size: 30px;
    margin: 15px 20px;
}

.ingredients
{
    line-height: 2em;
}

.instructions
{
    line-height: 2em;
}

.nutrition
{
    width: 100%;
    text-align: left;
    line-height: 2em;
    border-collapse: collapse;
}

th
{
    padding: 10px 0 10px 25px ;
}

td
{
    color: #854632;
    font-weight: bold;
}

tr
{
    border-bottom: 1px solid;
}