footer{
    background-color: #111;
    padding: 30px 20px;
    text-align: center;
    color: white;
    border-top: 2px solid #ff00de;
}

.footer-content {
    max-width: 1000px;
    margin: 0 auto;
}

.footer-content p {
    margin: 10px;
    font-size: 0.9rem;
    color: #aaa;
}