footer {
    background-color: #262b37;
    color: #fff;
    font-size: 14px;
   
    text-align: center;
    z-index: 999;
}

footer p {
    margin: 10px 0;
}

footer i {
    color: red;
}

footer a {
    color: #3c97bf;
    text-decoration: none;
}