    body, html {
      height: 100%;
      margin: 0;
    }

    .bgimg {
      background-image: url('../img/bg.jpg');
      height: 100%;
      background-position: center;
      background-size: cover;
      position: relative;
      color: white;
      font-family: "Courier New", Courier, monospace;
      font-size: 25px;
    }

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

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

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

    hr {
      margin: auto;
      width: 40%;
    }

    .fa {
      padding: 10px;
      font-size: 15px;
      width: 15px;
      text-align: center;
      text-decoration: none;
      margin: 5px 2px;
      margin-bottom: 30px;
      border-radius: 50%;
    }

    .fa:hover {
        opacity: 0.7;
    }

    .fa-twitter {
      background: #55ACEE;
      color: white;
    }

    .fa-linkedin {
      background: #007bb5;
      color: white;
    }

    .fa-instagram {
      background: #125688;
      color: white;
    }

    .levelsio-by {
      font-family:"Helvetica Neue",sans-serif;
      right:0;
      bottom:0;
      position:fixed;
      z-index:100;
      border-top-left-radius: 5px;
      padding: 6px;
      border-top:1px solid #efefef;
      border-left:1px solid #efefef;
      background:#fff;
      color:#6f6f6f;
      text-decoration:none;
    }
    .levelsio-by:hover {
      background:#fff;
      color:#ff6b3b; /* change to your main brand color */
    }
    .levelsio-by img {
      border-radius:100%;
      width:22px;
      vertical-align:middle;
    }
    .levelsio-by p {
      margin:0;
      vertical-align:middle;
      display:inline;
      margin-left:7px;
      font-weight:500;
      font-size:14px;
    }