/* Footer styles */
footer {
    background-color: #ff1a1a;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}