table {
    width: 30%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    border-color: #662626 
}

th, td {
    padding: 8px 12px;
    border: 1px solid #7a7a7a ;
    text-align: left;
    background-color: #2a4380;
}

th {
    background-color: #662f2f ;
    font-weight: bold;
}

td:first-child{
    text-align: center;
}
body {
    background-color: #283c69;
    color: #dadada;
    text-shadow: 0 0 2px #000, 0 0 2px #000;
}