body{
    font-size: 13px;
    font-family: "Gill Sans Extrabold", sans-serif;
}
table{
    border-collapse: collapse;
}
h1{
    line-height: 10px;
}
th{
    background-color: rgb(96,196,52);
    color: white;
    font-weight: bold;
    text-align: center;
}
td:nth-child(even){
    background-color: rgb(216,252,188);
}
td:last-child{
    width: 160px;
}
td,th{
    width: 60px;
    height: 15px;
    border: 1px solid black;
    
}
td{
    background-color: rgb(232,252,212);
    text-align: left;
}
