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

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

.footer a:hover {
    color: #fff;
}

footer p {
    margin: 0;
}

