footer {
    padding: 2em 2.5%;
    text-align: left;
    position: absolute;
    /* bottom: -1000px; */
    width: 100%;
    border-top: 1px solid #d3d2d2;
  }
  a {
    color: rgb(30, 89, 179);
    text-decoration: none;
  }
  
  a:hover {
    color: rgb(30, 89, 179);
    text-decoration: underline;
  }
  .ml245{margin-left: 260px !important}