body {
    background-color: lightcyan;
    color: darkblue;
    font-family: verdana;
}

h1,
h2 {
    color: darkblue;
}

h1 {
    text-align: center;
}

.table {
    border: medium solid black;

}

td,
th {
    border: thin solid black;

}
