.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:#fbf98b;
    color: black;
    text-align: center;
  }