.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px; /* Footer height */
    background: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}