1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
html { background-color: black; font-size: min(max(100%, 2vw), 150%); margin: auto; } body { margin: 0 } a { color: white; text-decoration: none; } footer { color: white; margin: auto; padding: 1ex; text-align: center; } footer a { text-decoration: underline }