.main,
#preparation,
img {
    border-radius: 10px;
}

body {
    margin-top: 100px;
    background-color: #f3e5d8;
    min-height: 375px;
    font-size: 15px;
    font-family: "outfit";
    color: hsl(30, 10%, 34%);
}

h1,
h2 {
    font-family: "young-serif";
    font-weight: 100;
    font-size: 30px;
}

h1 {
    color: hsl(24, 5%, 18%);
    font-size: 35px;
    margin-bottom: 0;
}

h2 {
    color: hsl(14, 45%, 36%);
    margin: 10px 0;
    font-size: 25px;
}

.main {
    margin: 0 auto;
    padding: 30px 30px 30px 40px;
    height: auto;
    width: 700px;
    background-color: #fff;
}

img {
    height: 100%;
    width: 100%;
}

#preparation {
    padding: 5px 5px 5px 20px;
    background-color: hsl(330, 100%, 98%);
    margin-bottom: 30px;
}

#preparation-title {
    font-size: 20px;
    color: hsl(332, 51%, 32%);
}

ul {
    margin: 0;
    padding: 0px 17px 15px 17px;
}

li {
    padding: 0 0 10px 15px;
}

li::marker {
    color: hsl(14, 45%, 36%);
    list-style: disc;
    font-size: 15px;
}

#preparation-list li::marker {
    color: hsl(332, 51%, 32%);
}

.title {
    font-weight: bold;
}

.instructions-list {
    padding: 0px 15px 20px 15px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td,
ol,
ul {
    border-bottom: 1px solid rgb(224, 224, 224);
}

th {
    font-weight: normal;
}

td {
    color: hsl(14, 45%, 36%);
    font-weight: bold;
}

th,
td {
    text-align: left;
    padding: 10px 10px 10px 10px;
}

#preparation-list {
    border-bottom: none;
}
