body {
    background-color: aliceblue;
}

table tr td {
    text-align: center;
}

table tr td:nth-child(2) {
    background-color: beige;
}