:root {
  --ad-brandColorA: #f9f9f9;
  --ad-brandColorB: #dadada;
  --ad-gradColorA: #f9f9f9;
  --ad-gradColorB: #dadada;
  --ad-themeColor: #f9f9f9;
}

*:not(ul, ol, li) {
  transition: all 400ms;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  opacity: 1;
}

body {
  font-family: monospace;
  font-size: 125%; /* 20px */
  line-height: 1.625;
}

dialog {
  box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.25);
  padding: 1.25rem 0.75rem;
  position: absolute;
  width: 100%;
  bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  margin: 0.625rem 0 1.25rem;
}

header {
  font-size: 200%;
}

hr {
  margin: 1rem 0;
  width: 100%;
}

html {
  font-size: 100%;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #dadada;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 44rem;
  min-height: 100vh;
  margin: 0 auto;
  min-width: 22rem;
}

nav a {
  display: inline-block;
  padding: 0.75rem 1rem 0.75rem 0;
  opacity: 0.833;
}

p {
  margin-bottom: 1.375rem;
}

svg[hidden] {
  display: none;
}

[data-text-center] {
  text-align: center;
}

.fs-1_25 {
  font-size: 1.25em;
}

.fs-1_375 {
  font-size: 1.375em;
}

.fw-1 {
  font-weight: 100;
}

.fw-2 {
  font-weight: 200;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-9 {
  font-weight: 900;
}

.gradient {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.75) 10%, #dadada 100%);
}

.lead {
  font-size: 125%;
}

.small {
  font-size: 80%;
}/*# sourceMappingURL=main.css.map */