
  .coming-soon main.wrapper {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.coming-soon main.wrapper .content {
      text-align: center;
    }
.coming-soon main.wrapper .content img {
        max-width: 768px;
      }
