.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }

@font-face {
    font-family: outfit;
    src: url("assets/fonts/outfit/Outfit-VariableFont_wght.ttf");
}

@font-face {
    font-family: young-serif;
    src: url("assets/fonts/young-serif/YoungSerif-Regular.ttf");
}

body {
    background-color: hsl(30, 54%, 90%);
}

* {
    font-family: outfit;
    color: hsl(30, 10%, 34%);
}

h1,h2 {
    font-family: young-serif;
    font-weight: 400;
    font-size: 2.5rem;
    color: hsl(24, 5%, 18%);
    margin-top: 30px;
}

h2 {
    font-size:1.75rem;
    color: hsl(14, 45%, 36%);
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0px;
}

strong {
    font-weight: 600;
}

.main-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: hsl(0, 0%, 100%);
    max-width: 730px;
    border-radius: 15px;
}

.main-container > header > figure {
    margin:0px;
}
.main-container > header > figure > img {
    width: 100%;
    border-radius: 15px;
    margin-top: 35px;
}

.main-container > * {
    margin-left: 35px;
    margin-right: 35px;
}

ul,ol{
    margin-top: 0px;
    margin-bottom:25px;
    padding: 0px 10px 0px 0px;
    margin-left: 25px;
}

li {
    padding-left: 15px;
    padding-bottom: 15px;
}

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

#preparation-time p{
    color: hsl(332, 51%, 32%);
    font-size: 1.25rem;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-weight: 700;
}


#preparation-time {
    background-color: hsl(330, 100%, 98%);
    padding: 30px 0px 15px 25px;
    border-radius: 20px;
    margin-top: 30px;
}

#preparation-time ul {
    margin-bottom: 0px;
}

hr {
    color: hsl(30, 54%, 90%);
    background-color: hsl(30, 54%, 90%);
}

table {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

td {
    border-bottom: 1px solid hsl(30, 54%, 90%);
    padding: 15px 0px 15px 40px;
    
}

#last-row td {
    border-bottom: 0px;
}

.col1 {
    width:45%;
    padding-left:30px;
}

.col2 {
    font-weight: 700;
    color: hsl(14, 45%, 36%);
}
