body {
    background-color: hsl(30, 54%, 90%);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    padding: 40px 0;
    font-family: 'Young Serif', serif;
}

h2 {
    color: hsl(14, 45%, 36%);
}

p {
    font-size: 16px;
}

.container {
    width: 100%;
    max-width: 800px;
    padding: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
}

.preparation {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    background-color: hsl(330, 100%, 98%);
    border-radius: 10px;
}

img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

td {
    text-align: left;
    padding: 11px;
    border-bottom: 1px solid;
    border-color: hsl(30, 10%, 34%);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

li {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 32px;
}

.preparation-time {
    color: hsl(332, 51%, 32%);
    font-size: 19px;
    margin-left: 18px;
}

.a {
    color: hsl(14, 45%, 36%);
    font-size: 19px;
}
