table{
    border-collapse: collapse;
    width: 100%;
}

th{
    background-color: #d91524;
    color: white;
    text-align: center;
    height: 10px;
}

td{
    text-align: center;
    padding: 0 30px;
    
}

table,th,td{
    border: 1px solid white;
    font-family: calibri;
}