.footer {
    background-color: #000; /* Black background */
    color: #fff; /* White text color */
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
}

.footer a {
    color: #ff4081; /* Pink color for links */
    text-decoration: none;
    font-weight: bold;
}

.footer a:hover {
    text-decoration: underline;
}