.center-div { display: grid; justify-content: center; } p { text-align: center; } fieldset { border: solid white 1px; border-radius: 5px; padding: 10px; margin: 10px; } input, label, legend { font-family: monospace; color: white; font-size: 14px; background-color: black; } input { border: solid white 1px; } button { margin-top: 0px; } .labels-inputs { display: grid; grid-template-columns: auto auto; column-gap: 10px; }