footer {
    color: #fff;
    font-size: 15px;
    background-color: #C26C53;
    font-family: cursive;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

footer p {
    margin: 10px 0;
}

footer i {
    color: red;
}

footer a {
    color: #6435C9;
    text-decoration: none;
}