table{
    border-collapse: collapse;
    width: 100%;
}
td,th{
    padding: 10px;
}
/* Select only the first row */
tr:first-child{
        background: #1a3385;
        color: white;
        text-align: center;
        font-weight: 600;
}