body, html {
    height: 100%;
    background-color: white;
  }
  
  .bg {
    /* The image used */
    background-image: url("En-Construction.png");
  
    /* Full height */
    height: 100%;
    width: 100%;
  
    /* Center and scale the image nicely */
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
  }