@charset "utf-8";
*:where(:not(html,
iframe,
canvas,
img,
svg,
video,
audio):not(svg *,
symbol *)) {
  all: unset;
  display: revert;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
button {
  cursor: revert;
}
ol,
ul,
menu {
  list-style: none;
}
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
:where(pre) {
  all: revert;
}
::placeholder {
  color: unset;
}
::marker {
  content: initial;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
}
html,
body {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  overflow-x: hidden;
  color-scheme: dark;
}
html,
body {
  background: #1c1c1c;
  color: #f5f5f5;
  font-family: 'DejaVuSansBook', sans-serif;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: "DejaVuSansBook";
  src: url("../fonts/DejaVuSansBook/DejaVuSansBook.eot");
  src: url("../fonts/DejaVuSansBook/DejaVuSansBook.eot?#iefix") format("embedded-opentype"), url("../fonts/DejaVuSansBook/DejaVuSansBook.woff") format("woff"), url("../fonts/DejaVuSansBook/DejaVuSansBook.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "DejaVuSansBold";
  src: url("../fonts/DejaVuSansBold/DejaVuSansBold.eot");
  src: url("../fonts/DejaVuSansBold/DejaVuSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DejaVuSansBold/DejaVuSansBold.woff") format("woff"), url("../fonts/DejaVuSansBold/DejaVuSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
}
main {
  max-width: 800px;
  font-family: 'DejaVuSansBook', sans-serif;
  font-size: 1.5rem;
  padding: 50px;
  padding-top: 0;
  color: #eaeaea;
}
main h2 {
  font-weight: bold;
  font-size: 150%;
}
main b {
  color: #fff;
  font-weight: bold;
}
main ol {
  list-style-type: decimal;
}
main ol li {
  margin: 1.5rem 0;
}
main p,
main ol {
  padding: 1em 0;
}
main a {
  color: #93ff93;
}
#auth-buttons .btn a {
  padding: 0.5ch 1ch;
  background-color: #333;
  margin: 1ch 0;
  display: flex;
  align-items: center;
  border-radius: 3px;
}
#auth-buttons .btn a img {
  width: 3ch;
  height: 3ch;
}
#auth-buttons .btn a span {
  margin-left: 2ch;
}
@media screen and (max-device-width: 800px) {
  main {
    width: 100vw;
    padding-left: 3ch;
    padding-right: 2ch;
    font-size: 1rem;
  }
}
