body {
  font-family: 'Outfit', sans-serif;
  background-color: hsl(30, 54%, 90%);
  color: hsl(30, 10%, 34%) !important;
  font-weight:400;
}
.card{
    background-color: white;
    border-radius: 1.5rem;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
}
.card-img-top{
    border-radius: 1.25rem;
}
h2,h3,h6{
    color:hsl(14, 45%, 36%) ;
    font-weight: 700;
}
li{
    padding-left: 1rem;
}
ul li::marker{
    color:hsl(14, 45%, 36%) ;
}
ol li::marker{
    color:hsl(14, 45%, 36%) ;
}
td{
   color:hsl(14, 45%, 36%) !important; 
   font-weight: 700;
}
th{
    font-weight: 400;
    color: hsl(30, 10%, 34%) !important;
}