.simple-footer {
    background-color: #1a1a2e;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}

.simple-footer p {
    margin: 0;
}

.simple-footer a {
    color: #ffcc00; /* Ensures the link is white */
    text-decoration: none; /* Removes underline */
}

.simple-footer a:hover {
    text-decoration: underline; /* Adds underline on hover for better user experience */
}
