.footer {
    flex-shrink: 0;
    background-color: #333;
    color: #ccc;
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
}

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

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