
footer {
    position: fixed;
    background-color: #fead23;
    bottom: 0;
    width: 100%;
    text-align: start;
    color: rgb(0, 0, 0);
    padding: 10px;
  }