/* footer */
.footer-container {
    width: 100%;
    height: 10vh;
    background-color: var(--primary-footer);
    color: white;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 1.5rem;
    font-size: 14px;
}

.email a {
    color: white;
    font-style: italic;
    text-decoration: none; 
}

.email a:hover {
    color: goldenrod;
    text-decoration: underline; 
}