body {
   background-color: bisque; 
}

footer {
    background-color: black;
    color: white;
    position: fixed;
    bottom: 0;
}

