.footer {
    background-color: #ffffff;
    padding: 0.8rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-content p, .footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    display: inline;
    margin-right: 20px;
}

.footer-links a {
            font-size: 12px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.footer-links li a:hover {
    color: #ddd;
}

.social-links a {
    margin-right: 15px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.social-links a:hover {
    color: #ddd;
}
