footer {
    background-color: #E0F7FA;
    font-family: 'Josefin Sans', sans-serif;
    padding: 20px 0;
    text-align: center;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: end;
}

.footer-social a {
    text-decoration: none;
    margin: 0 10px;
    color: #00796B;
}

.footer-social a:hover {
    color: #FFC107;
}

.footer-logo img {
    height: 64px;
    width: 64px;
    border-radius: 50%;
}

.footer-logo h2 {
    font-family: 'Pacifico', cursive;
    color: #00796B;
    margin: 0;
    font-size: 24px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.footer-content p {
    color: #00796B;
}

.footer-nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    padding: 0;
}

.footer-nav ul li a {
    text-decoration: none;
    color: #00796B;
}