@charset "utf-8";
/* CSS Document */


.container {
  height: 100vh;
  text-align: center;
  max-width: 100vw;
}

.comingsoon {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.comingsoon img {
  
  width: auto;
  max-width: 100vw;
  max-height: 100%;
}
