body{
    background-color: hsl(30, 54%, 90%);
    width: 1440px;

}

@font-face {
	font-family: 'Young Serif';  
	src: url(./assets/fonts/young-serif/YoungSerif-Regular.ttf); 
}

@font-face {
	font-family: 'Outfit';  
	src: url(./assets/fonts/outfit/static/Outfit-Light.ttf); 
}

.main {
    background-color: white;
    margin: auto;
    border-radius: 20px;
    margin: 80px 220px;
    padding: 40px;
}

p,
li,
th {
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
}

ul li,
ol li{
    margin-bottom: 15px;
}

ul {
    font-size: 0.1em; 
}

img {
    border-radius: 10px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.preparation{
    background-color:  hsl(330, 100%, 98%);
    border-radius: 10px;
    padding: 10px 20px;
}


.ingredients {
    border-bottom: 3px solid #efefef;
    padding-bottom: 20px;
}

h1 {
    font-family: 'Young Serif';
}

h4 {
    color: hsl(332, 51%, 32%);
    font-family: 'Young Serif', sans-serif;
}

h3 {
    color: hsl(14, 45%, 36%);
    font-family: 'Young Serif', sans-serif;
}

span {
    font-weight: bold;
}

.instruction {
    list-style-type: decimal; 
    border-bottom: 3px solid #efefef;
    padding-bottom: 20px;
}
  
.instruction  li::marker {
    padding-left: 30px;
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    font-weight: bold; 
    color: hsl(14, 45%, 36%)
}

.instruction li{
    padding-left: 20px;
}

.ingredients li{
    padding-left: 20px;
}

.preparation li{
    padding-left: 20px;
}

.datacell {
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    color: hsl(14, 45%, 36%)
}

.styled-table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px;
}

tr {
    border-bottom: 3px solid #efefef;
}

td {
    padding: 8px;
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
}

tr:last-child {
    border-bottom: none;
}

