body{
    background-color: hsl(30, 54%, 90%);
    font-size: 0.8rem;
    line-height: 1.5;
    font-family:  "Outfit", sans-serif;
    color: hsl(24, 5%, 18%);
       
}
div{
    width: 500px;
    height:1500px;
    background-color: hsl(0, 0%, 100%);
    margin: 100px auto;
    border-radius: 15px;
    padding: 50px;
   
    
}
img{
    width: 31.25rem;
    text-align: center;
    border-radius: 7.5px;

   
}
ul{
    line-height: 30px;
}
ol{
    line-height: 30px;
    
}
li{
    padding-left: 20px;
    
   
}
li::marker {
    color:hsl(14, 45%, 36%);
    font-weight: 900;
}
h1{
    
  font-family: "Young Serif", serif;
  font-weight: 900;
  font-style: normal;
}


h2{
    color:hsl(14, 45%, 36%);
    padding: 20px auto;
    font-family: "Young Serif", serif;
    font-weight: 900;
    font-style: normal;
}
h3{
    margin-top:0px;
    padding-left: 15px;
    font-family:"Outfit", sans-serif; 
    color: hsl(332, 51%, 32%);
}
p{
    font-size: 0.8rem;
    line-height: 1.5;
}
table{
    border-collapse: collapse;
    text-align: left;
    width: 400px;
}
td {
    
  }
  
.td2{
    color:hsl(14, 45%, 36%);
    width: 150px;
    font-weight: 900;
    
}
  
.div-2{
    background-color:  hsl(30, 54%, 90%);
    width: 350px;
    height: 100px;
    padding: 20px 150px 50px 10px;
    margin: 20px auto ;
}