1 2 3 4 5 6 7 8 9 10 11 12
html { background-color: black; font-size: min(max(100%, 2vw), 150%); margin: auto; } body { margin: 0 } a { color: white; text-decoration: none; }