.tablepress {
border-collapse: collapse;
width: 100%;
font-family: ‘Comic Sans MS’, sans-serif;
text-align: center;
background-color: #fef3c7;
border: 5px solid #f59e0b;
border-radius: 10px;
}
.tablepress thead tr {
background-color: #fde047;
color: #1f2937;
}
.tablepress th,
.tablepress td {
padding: 10px;
border: 2px solid #f59e0b;
}
.tablepress tbody tr:nth-child(even) {
background-color: #fde68a;
}