.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(255, 208, 0);
    color: white;
    text-align: center;
  }
  .lead{
    color: rgb(160, 2, 160);
  }
  .lead a{
    text-decoration: none;
  
  }