@font-face {
  font-family: 'montserrat';
  src: url('https://resources.webscale.com/fonts/montserrat-light-webfont.eot');
  src: url('https://resources.webscale.com/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://resources.webscale.com/fonts/montserrat-light-webfont.woff2') format('woff2'),
    url('https://resources.webscale.com/fonts/montserrat-light-webfont.woff') format('woff'),
    url('https://resources.webscale.com/fonts/montserrat-light-webfont.ttf') format('truetype'),
    url('https://resources.webscale.com/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
  font-weight: 300;
  font-style: normal;
}
html {
  height: 100%;
  font-size: 3vw;
  font-family: 'montserrat';
  font-weight: 300;
  letter-spacing: 0.05em;
}
body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  background: no-repeat center center;
  background-color: #002429;
  background-image: url("https://resources.webscale.com/images/teal-clouds-background-1920x1280.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.error-box {
  position: relative;
  margin: 0 1.2em;
  color: white;
  top: 25%;
}
h1 {
  font-size: 1.5em;
  font-weight: 300;
  margin: 0.67em 0;
}
button {
  font-family: inherit;
  font-size: 0.75em;
  line-height: 1em;
  letter-spacing: normal;
  padding: 0.5em 1em;
  margin-top: 2.5em;
  border-radius: 0.25em;
  background-color: #e37222;
  border-color: #e37222;
  color: white;
  border-style: solid;
  outline: none;
}
@media (max-width: 1280px) {
  html {
    font-size: 4vw;
  }
}
@media (max-aspect-ratio: 1/1) and (max-width: 540px) {
  html {
    font-size: 6.4vw;
  }
  .error-box {
    margin: 0 1em;
  }
}
@media (max-aspect-ratio: 1/1) and (max-width: 1024px) {
  body {
    background-image: url("https://resources.webscale.com/images/teal-clouds-background-1024x1366.jpg");
  }
}
@media (max-aspect-ratio: 1/1) and (max-width: 800px) {
  body {
    background-image: url("https://resources.webscale.com/images/teal-clouds-background-800x1280.jpg");
  }
}
@media (max-aspect-ratio: 1/1) and (max-width: 540px) {
  body {
    background-image: url("https://resources.webscale.com/images/teal-clouds-background-540x800.jpg");
  }
}
@media (max-aspect-ratio: 1/1) and (max-width: 405px) {
  body {
    background-image: url("https://resources.webscale.com/images/teal-clouds-background-405x600.jpg");
  }
}
