/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  border: 0 none;
  outline: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@page {
  size: auto;
  margin: 0mm;
}
@media print {
  html,
  body {
    margin: 0mm;
  }
  html,
  body {
    color: black !important;
    background-color: unset !important;
  }
}
html,
body,
.page,
section {
  height: 100%;
}

html {
  color: white;
  background-color: #111;
  background-color: black;
  font-family: "webfont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-stretch: condensed;
  font-weight: normal;
}

h1 {
  text-transform: uppercase;
  font-size: 120pt;
  font-size: clamp(40pt, 10vw, 120pt);
  font-weight: bold;
  line-height: 1;
}

.under-construction {
  text-transform: uppercase;
  font-size: 30pt;
  font-size: clamp(15pt, 3vw, 30pt);
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
}

.at-bottom {
  text-transform: uppercase;
  font-size: 12pt;
  line-height: 1;
}

.page {
  display: block;
  padding: 10%;
}
.page section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.page article {
  display: block;
}
.page h1 {
  display: block;
}
.page .under-construction {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.at-bottom {
  position: fixed;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: block;
  color: #666;
  line-height: 1;
}
.at-bottom .link {
  display: block;
  padding: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: inherit;
}
.at-bottom .link:hover {
  color: #999;
}
.at-bottom .link:active {
  color: #777;
}