 td{color:black; } .table-container { overflow-x: auto; }table { width: 100%; border-collapse: collapse; margin-top: 5px; text-align: center; } th { background-color: #2babab; color: white; padding: 10px; text-align: left; text-align: center; border: 1px solid #1e4a48; } tr:nth-child(even) { font-weight: bold; background-color: #e9ecef; text-align: center; } tr:nth-child(odd) { font-weight: bold; background-color: #ffffff; text-align: center; } td { padding: 10px; border: 1px solid #1e4a48; text-align: center; }