
body{
    margin: 0;
}

* {
    font-family: system-ui;
}

table{ padding: 20px; position: relative; z-index: 1; }

thead{ font-size: 20px; text-align: left; 
      text-transform: uppercase; 
     }

thead tr{
background: gold !important;
}

td{ padding-bottom: 3px; border: 2px solid; }

tr:nth-child(odd){ background: #e5e5e5; }