*{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
img , table{
    width: 100%;
}
table,tr,th,td{
    border-collapse:collapse ;
    border: 3px solid black;

}
td{
    padding: 15px;
}
th{
    background-color: black;
    color: white;
}
li{
    padding: 10px;
    border-bottom:1px solid gray;
}
body{
    background-color: #f2f2f2;
}
tr:nth-child(3) td,
tr:nth-child(5) td{
    background-color: #cec4c3 !important;
}
/* tr:nth-child(2) td
tr:nth-child(4) td
 {
    background-color: #af9090  !important;
   
    
} */