table { width: 100%; border-collapse: collapse; font-family: monospace; } table th, table td { border: 1px black; padding: 0.5rem; } table th { background-color: tomato; font-weight: bold; } table tbody tr { background-color: white; }