footer {
    background-color: #222;
    color: #ccc;
    text-align: center;
    padding: 30px 20px;
    font-size: 14px;
}

footer a {
    color: #00b4d8;
    text-decoration: none;
    margin: 0 6px;
}

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

footer h1 {
    font-size: 28px;
    font-weight: 700;
    color: #00b4d8;
    margin-bottom: 10px;
}

footer p {
    margin: 5px 0;
    color: #ccc;
    line-height: 1.6;
}