.footer {
    background-color: #FAF9F6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    width: 100%;
    min-width: 1200px; /* Ensures the content never shrinks below 1200px */
    overflow-x: auto; /* Allows horizontal scrolling on smaller screens */
}

.footer-logo img {
    width: 60px;
    height: auto;
}

.footer-links {
    margin: 10px 0;
}

.footer-links a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    color: #212427;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-socials {
    margin: 10px 0;
}

.linkedin-icon {
    width: 24px;
    height: 24px;
}

.footer-copyright {
    font-size: 14px;
    color: #383C41;
    margin-top: 10px;
}
