body {
    font-family: Arial, sans-serif;

}


table {

    border-collapse: collapse;
    width: 100%;

}

tr:nth-child(even) {

    background-color: antiquewhite;


}

th, td {

padding: 0,2em 0,5em;

}

th {

text-align: left;

}

tr *:nth-child(n+3) {
    text-align: right;


}


.container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;


}