﻿.table1 th {
    background-color: #81b5f5;
    font-family: 'Rufina', serif;
    color: #0e2a4e;
    font-size: 20px;
    padding: 10px 10px;
}

.table1 td {
    font-size: 16px;
    padding: 10px 10px;
    color: #555555;
}

.table1 tr:nth-child(odd) {
    background-color: #deecfd;
}

