@charset "UTF-8";
/* CSS Document */

html { 
  background: url(images/QN-BG.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-family: 'DM Sans', sans-serif;  margin: 0 auto;
  color: #fcf5fc;
}

.container {
    margin: auto;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    min-height: 100vh;
  }

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.soon {
  padding-top: 30vh;
}
  
h1 {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: .25em;
  text-align: center;
}