html { font-family: sans-serif; } th, td { border: 1px solid; margin: 0; } .error { background-color: lightcoral; } .pass { background-color: greenyellow; } .missing { background-color: lightgray; } .build-info-a { color: black; text-decoration: none; } .footer { margin-top: 20px; display: flex; align-items: center; gap: 10px; }