
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 1vw;
  }
}

body {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  
  min-height: 100vh;
  margin: 0em auto;
  
  background: url(coming-soon-small.png), #000;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

img {
  display: block;
  max-width: 100%;
}
