/* footer */
footer {
    padding: 0px !important;
    /* margin: 0px -100px 0px -100px !important; */
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    background-color: rgb(166, 197, 153);
  }
  
  footer a {
    color: rgb(0, 0, 0) !important;
    text-decoration: none;
  }
  footer a:hover {
    color: rgb(255, 255, 255) !important;
    text-decoration: underline;
  }
  
  small {
    color: black !important;
  }
  