:root { color-scheme: light dark; } body { width: 300px; padding: 10px; font-family: system-ui; } label { display: inline-block; width: 200px; } input { width: 100%; } .profile-buttons { width: 100%; } #priv-key, #pub-key { font-family: monospace; } .profiles { margin-bottom: 15px; } .profile-name { margin-bottom: 15px; } .key { margin-bottom: 15px; } .buttons { margin-bottom: 15px; } td:first-child { width: 50px; } td:nth-child(2) { width: 100px; } tr { margin-bottom: 10px; } .help { margin-top: 15px; } .disclaimer { font-size: 50%; color: green; }