*{
    padding: 6px; }

thead {
    background-color:
    #7fb9c2;color:black;
    font-size: 30px; font-family:
    'Ubuntu', sans-serif;;
}

tbody {
    color:black;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    text-align: center;
}

tfoot {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    color: black;
}


table {
    width: 360px;
    height: 400px;
    margin: 50px;
    background-color: lightgray;
    padding: 1.0px;
    box-shadow: 5px 10px 18px #628ca6;
}

tr:nth-child(even){background-color: #e7f0ed;}

table tr:nth-child(1) td:nth-child(1){color: white;}
table tr:nth-child(1) td:nth-child(2){color: white;}
table tr:nth-child(1) td:nth-child(3){color: white;}


tr:nth-child(odd){background-color: #e7ffed;}
tr:nth-child(1){background-color: #628ca6;}
table tr:nth-child(5) td:nth-child(3){background-color: #628ca6; color: white;}


#footer td , th {
    background-color: #7fb9c2;
    
}

#footer {
    font-size: 15px;
}


































