body, html {
    height: 100%;
    background-color: whitesmoke;
    font-weight: 100;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:lighter;
  }

.bgimg {
    color:darkgreen;
    /* Add a font */
    /* Set the font-size to 25 pixels */
    font-size: 25px;
}

.logo-top {
    width: 180px;
}

.logo {
    position: absolute;
    top: 80px;
    left: calc(50vw - 90px);
}

.construction-img {
    width: 200px;
    position: absolute;
    top: 40%;
    left: 52%;
    transform: translate(-50%, -50%);
}

.topleft {
    position: absolute;
    top: 0;
    left: 0px;
  }

.bottomleft {
    position: absolute;
    bottom: 0;
    left: 0px;
  }

.middle {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    }

.instagram {
    position: absolute;
    bottom: 40px;
    left: calc(50vw - 25px);
}

.instagram-logo {
    width: 50px;
}


