.contact-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1rem;
    width: 80%;
    margin: 2rem auto;
}

