::selection { background-color: orangered; color: white; } html { background-color: #1e1e1e; } body { font-family: Arial, sans-serif; margin: 0; text-align: center; } h1 { color: orangered; } .inputs { display: flex; justify-content: center; } textarea, button { padding: 10px; margin: 10px; border: none; border-radius: 5px; font-size: 16px; } textarea { color: orangered; border: 1px solid #000; } textarea::selection { background-color: orangered; color: white; } button { background-color: orangered; color: #fff; cursor: pointer; } button::selection { background-color: rgb(172, 46, 0); } button:active { background-color: rgb(135, 36, 0); } #qr-code { margin-top: 20px; } #qr-code img { max-width: 100%; height: auto; } canvas { border: 1px solid #000; }