@charset "utf-8";
/* CSS Document */

.body-contact {
    font-family: 'Arial', sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.container-contact {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.h1-contact {
    color: #333;
    margin-bottom: 20px;
}

.contact-info {
    margin-top: 20px;
}

.h2-contact {
    color: #555;
    margin-bottom: 10px;
}

.ul-contact {
    list-style-type: none;
    padding: 0;
}

li-contact {
    background-color: #f1f1f1;
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
    font-size: 18px;
    color: #333;
}

li-contact:hover {
    background-color: #e1e1e1;
}

.email-item {
    background-color: #f1f1f1;
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
    font-size: 18px;
    color: #333;
    transition: background-color 0.3s ease;
}

.email-item:hover {
    background-color: #e1e1e1;
}
