.pre-gen-key-pair input, form label textarea, form label input, form .actions button {
  box-sizing: border-box;
  width: 100%;
  font-size: 1rem;
  background-color: transparent;
  border: none;
  border-left: 2px solid #191d19;
  border-right: 2px solid #191d19;
  padding: 0.5rem;
  font-family: monospace; }
  .pre-gen-key-pair input::selection, form label textarea::selection, form label input::selection, form .actions button::selection {
    background-color: #4f44d8;
    color: white; }
  .pre-gen-key-pair input:hover, form label textarea:hover, form label input:hover, form .actions button:hover {
    background-color: white; }
  .pre-gen-key-pair input:focus, form label textarea:focus, form label input:focus, form .actions button:focus {
    background-color: white;
    outline: 2px solid #4f44d8; }

[hidden] {
  display: none; }

html {
  background-color: #4f44d8; }

body {
  font-family: monospace;
  font-size: 16px;
  max-width: 64rem;
  margin: 2rem auto;
  background-color: #efe9e7; }
  body > * {
    margin: 1rem; }
  body > h1 {
    text-align: center;
    background-color: #191d19;
    color: white;
    padding: 1rem;
    margin: 0; }

* {
  font-size: 1rem;
  color: #191d19; }

.pre-gen-key-pair label span {
  display: inline-block;
  width: 6rem; }
.pre-gen-key-pair input {
  width: 100%; }
  @media (min-width: 64rem) {
    .pre-gen-key-pair input {
      width: 32rem; } }

@media (min-width: 64rem) {
  main {
    display: flex;
    justify-content: stretch; } }
@media (min-width: 64rem) {
  main section {
    width: 50%; } }
main section h1 {
  background-color: #191d19;
  color: white;
  text-align: center; }

form {
  width: 100%;
  margin-bottom: 1rem; }
  form label {
    display: block;
    margin: 1rem 0; }
    form label span {
      display: block;
      padding: 0.5rem; }
  form .actions button {
    display: block;
    margin: 0 auto;
    width: 8rem;
    border: none;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer; }
  form output {
    display: block;
    background-color: #44d8d3; }
    form output label span {
      font-weight: bold;
      text-decoration: underline; }
    form output label textarea {
      height: 10rem; }

/*# sourceMappingURL=style.css.map */
