body, html {
    height: 100%
  }

 .coming-soon { 
  /* Background Image */
    background-image: url("assets/coming-soon/SVG/coming-soon-bg.svg");
    /* Height */
    height: 100%;
      /* Center the background image */
    background-position: center;
    /* Scale and zoom in the image */
    /* background-size: cover; }*/
    /* No image repeat */
    background-repeat: no-repeat;
  }
    
