html {
  font-size: 19px;
}

body {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  font-family: -apple-system, helvetica, arial, sans-serif;
  justify-content: center;
  min-height: 100vh;
}

section {
  width: 24em;
}

.frame {
  border: 0.15em solid #555;
  border-radius: 0.8em;
  padding: 0.15em;
}

article {
  border: 0.1em solid #222;
  border-radius: 0.5em;
  min-height: 32em;
}

header {
  padding-bottom: 0.5em;
  text-align: center;
}

footer {
  padding-top: 0.5em;
  text-align: center;
}

h1 {
  color: inherit;
  margin-top: 0;
}

p {
  hyphens: auto;
}

footer p {
  margin-bottom: 0;
  font-size: 0.8em;
}

a {
  color: #3B82F6;
}

code {
  background-color: inherit;
  color: inherit;
  padding: 0;
}

button {
  background: #3B82F6 !important;
  color: #fff;
  font-family: -apple-system, helvetica, arial, sans-serif;
}

input,
input:active,
input:focus {
  background: inherit !important;
  border: none !important;
  border-bottom: 0.05em solid #fff !important;
  border-radius: 0 !important;
  color: inherit !important;
  font-family: -apple-system, helvetica, arial, sans-serif;
  outline: none !important;
}

.logo {
  width: 2em;
}