body{background-color: #e5c052;
     color: black}
tr:nth-child(even) {
   background-color: #f2da7d;
}
tr:nth-child(odd) {
   background-color: #f2e5b0;
}
table {
   border-spacing: 0px;
   width: 100%
}
th{
    background-color: #f9f9f9;
    font-size: 24px;
    color:#3a2901;
    /*color:#f1c40f;*/
}
td  {
    width: 300px;
    height: 20px;
    text-align: center;
    }