html,
body {
  height: 100%;
  overflow: hidden;
}

#coming-soon {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
  height: auto;
}
