.buttonContainer { padding: 10px; display: flex; align-items: center; justify-content: center; } .button { cursor: pointer; text-align: center; background-color: var(--text-color); border: none; padding: 10px 30px; color: white; width: 200px; } .text { text-align: center; font-size: 18px; color: white; padding: 10px; } .pw { margin: 10px; } .pwContainer { font-family: 'Courier New', Courier, monospace; text-align: center; font-size: 24px; color: white; padding: 20px; font-weight: bold; } .form { margin: 0px; } .text span { color: var(--text-color); }