th, td {
    padding: 10px;
    text-align: center;
}

th {
    background-color: cornflowerblue;
    color:white;
    font-weight: bold;
    font-size: 18px
}

td {
    background-color: aliceblue;
    color: black;
    font-size: 16px
}

p{
    color: seagreen
}