body {
  overflow-x: hidden;
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #411640;
  color: #333;
}

header {
  background: #411640;
  color: white;
  padding: 1rem 1rem;
  text-align: center;
}

header img {
  max-width: 350px;
  transform: translate(-9px, 0px);
}

header p {
  font-weight: 500;
}

footer {
  background: #411640;
  color: white;
  padding: 1rem 1rem;
  text-align: center;
}

main {
  color: #fff;
  background-color: #1a1a1a;
  padding: 2rem 6rem;
  margin: auto;
  max-width: 1200px;
}

h1,
h2 {
  margin-top: 1.5em;
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  color: #ffdc57;
}

pre {
  background: #333333;
  padding: 1rem;
  overflow-x: auto;
  border-radius: 0.35rem;
  margin-bottom: 2em;
  max-width: 100%;
  width: fit-content;
}

.version {
  color: gray;
  font-weight: 500;
  font-size: 0.9rem;
}

.mainBackground {
  background-color: #1a1a1a;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.warning {
  background-color: #000;
  padding: 1rem;
  border-radius: 0.35rem;
  text-align: center;
  border: red;
  border-width: 1px;
  border-style: solid;
  max-width: 570px;
}

.getAction {
  color: lightgreen;
  font-weight: 500;
}

.postAction {
  color: yellow;
  font-weight: 500;
}

.patchAction {
  color: #c982c9;
  font-weight: 500;
}

.deleteAction {
  color: pink;
  font-weight: 500;
}

#loader {
  width: 100vw;
  text-align: center;
  background-color: #411640;
  height: 100vh;
  color: #fff;
}

#wrapper {
  font-weight: 400;
}

@media (max-width: 800px) {
  header,
  main {
    padding: 2rem 2rem;
  }
  header img {
    max-width: 350px;
    width: 85%;
  }
}

/*
 * Loader one-offs (same values as html/css/checkie-tokens.css; duplicated
 * here because this page does not link that sheet).
 */
.loader-logo {
  max-width: 320px;
  position: fixed;
  left: calc(50% - 160px);
  top: 100px;
}

.loader-spinner-pos {
  position: fixed;
  left: calc(50% - 33px);
  top: 225px;
}

.loader-error-pos {
  position: fixed;
  left: calc(50% - 26px);
  top: 225px;
}

.loader-alert-icon {
  margin-top: .5rem;
}

.loader-link-white {
  color: #fff;
}