body{
    background-color: lightpink;
}
footer{
    text-align: center;
    margin-top: auto;
    background-color: pink;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}