body {
    font-family: Arial, sans-serif;
} 

.container  {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

table {
    border-collapse: collapse;
    width: 100%;
}





tr:nth-child(even) {
    background-color: rgb(255, 234, 175);
}

th, td {
    padding: 0.2em 0.5em;
}
 th {
    text-align: left;
 }

 tr *:nth-child(n+3) {
    text-align: right;
 }