

    /* bottom bar */
    .footer {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #0A0A0A;
      text-align: center;
      padding: 10px 0;
    }

    .footer h5 {
      margin: 0;
      font-weight: 400;
    }