* {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", monospace;
  font-weight: 300;
}

html {
  font-size: 106.25%;
}

body {
  align-items: center;
  background: #e1e1e1;
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 100vh;
}

section {
  width: 22em;
}

p {
  hyphens: auto;
}

.frame {
  background: #000;
  border: 0.15em solid #a0a0a0;
  border-radius: 1.6em;
  box-shadow: 0 0 4em rgba(255, 255, 255, 0.12), 0 1.2em 2.4em rgba(255, 255, 255, 0.06), inset 0 0 0.1em rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 0.15em;
  position: relative;
}

aside {
  color: #4f4f4f;
  float: none;
  font-size: 0.75em;
  hyphens: none;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4em;
  width: 12em;
}
aside p {
  hyphens: none;
  margin-bottom: 2em;
}
aside.right {
  left: calc(100% + 1.5em);
}
aside.left {
  right: calc(100% + 1.5em);
  text-align: right;
}
@media (width <= 1023px) {
  aside {
    display: none;
  }
}

article {
  border: 0.1em solid #4f4f4f;
  border-radius: 1.4em;
  min-height: 40em;
  padding: 4em 1em;
  position: relative;
}
article * {
  font-weight: 200;
}

.head {
  align-items: center;
  color: #a0a0a0;
  display: flex;
  font-family: sans-serif;
  font-size: 0.8em;
  justify-content: space-between;
  left: 1.8em;
  position: absolute;
  right: 1.8em;
  top: 0.5em;
}
.head .icons {
  display: inline-flex;
  gap: 0.5em;
}

.foot {
  align-items: center;
  bottom: 0.5em;
  display: flex;
  font-size: 0.8em;
  justify-content: space-between;
  left: 1em;
  position: absolute;
  right: 1em;
}
.foot .brand {
  align-items: center;
  display: inline-flex;
  gap: 0.5em;
}
.foot .version {
  color: #a0a0a0;
}

a {
  color: #3B82F6;
}

.red {
  color: #EF4444;
}

code {
  background-color: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}

button {
  background: #3B82F6 !important;
  color: #fff;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", monospace;
}

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: "JetBrains Mono", ui-monospace, "SF Mono", monospace;
  outline: none !important;
  width: 16ch !important;
}

.logo {
  width: 2em;
}

.stores {
  display: flex;
  gap: 2em;
  justify-content: flex-start;
  text-align: left;
}
.stores > div {
  align-items: center;
  display: flex;
  gap: 0.5em;
}
.stores a {
  max-width: 6ch;
  text-align: left;
}
.stores .fa-brands {
  font-size: 3em;
}

.prose h1 {
  color: inherit;
  font-size: 1em;
  font-weight: bold;
  margin-top: 0;
}