body {
    background-color: #F3E9D2;
    font-family: "Ubuntu", sans-serif;
}

h1 {
    text-align: center;
}

table, thead, tbody, tfoot, th, tr, td{
    text-align: center;
    border: 1px solid #777;
    border-collapse: collapse;
    padding: .5rem;
    line-height: 1.5;
}

table {
    box-shadow: 10px 10px 10px #628ca6;
    margin-left: auto;
    margin-right: auto;
}

thead, tfoot {
    background-color: #7fb9c2;
}

thead {
    font-size: 1.75rem;
}

tbody th {
    background-color: #628ca6;
    color: white;
}

tbody {
    background-color: #e7f0ed;
}

#nov-td {
    background-color: #628ca6;
    color: white;
}

tbody tr:nth-child(odd) {
    background-color: #e7ffed;
}

tfoot {
    font-size: .75rem;
}