body {
    background-color:brown;
}

footer {
    background-color: azure;
    color: blue;
    position: fixed;
    bottom: 0;
}