*{
    margin: 0;
    padding:0;
}

.card img{
width:300px;
height:280px;
margin-bottom: 5px;
}
.card h3{
    margin-bottom: 8px;
    font-size: 22px;
    
}
.card
{
    width:330px;
    height: 585px;
    border: solid 1px rgb(166, 161, 161);
    
    margin:15px;
    box-sizing:border-box;
    padding:15px;
    box-shadow: 8px 8px 2px 1px rgb(0 0 0 / 25%);
}
.cardSec{
    border: solid 1px rgb(166, 161, 161);
    
    padding:8px;
}
.cardSec ul{
    list-style:none ;
    margin: 8px 0px;
}
.cardSec ul li span{
font-weight: 900;

}
#funfact{
    font-style: italic;
}