.footer {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 100%;
    min-height: 100px; 
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    text-transform: uppercase;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-info {
    text-align: center;
}

.footer-info p {
    margin: 0;
    text-transform: uppercase;
}

.footer-social a {
    color: #fff;
    margin-left: 15px;
    font-size: 18px;
}

.footer-social a:hover {
    color: #ccc;
}