

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 120px;
    width: 100%;
    height: 10vh;
    background-color: #003f71;
}

.contt-email {
    display: flex;
    gap: 8px;
}

.contt-email p {
    font-size: 1.25rem;
    font-weight: 400;
    color: white;
}

.copyright {
    font-size: 1.25rem;
    font-weight: 400;
    color:white;
}

.social-media {
    display: flex;
    gap: 2rem;
}

.icon-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
    border-radius: 100%;
    transition: 0.5s ease;
    background-color: white;
    color:#1A769F;
}

.icon-media:hover {
    background-color:#005499b9;
    color:white;
}
