/* CSS for footer */
footer {
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    transition: all 0.3s ease;
}