.footer {

    background-color: #CC0000;
    color: white;
    width: 100%;
    height: auto;
    margin-top: auto;

}


.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.fixed-bottom {
    bottom: 0;
    width: 100%;
}

