body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #1a1a1a;
    color: white;
}

.container {
    text-align: center;
}

.name {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ED7F22;
}

.links {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
}

.button {
    display: flex;
    align-items: center;
    font-size: 0.8em; /* Réduction de la taille */
    margin-top: -10px;
    transition: background-color 0.3s ease;
    color: white;
    border-radius: 3px;
    padding: 0.25rem 0.5rem; /* Réduction de la taille */
    text-decoration: none;
}

.button:hover {
    filter: brightness(1.2);
}

.button i {
    font-size: 16px; /* Réduction de la taille */
    margin-right: 6px; /* Ajustez la marge à votre convenance */
}

.button span {
    line-height: 24px;
}

/* Couleurs différentes pour chaque bouton */
.button.email {
    background-color: #3498db;
}

.button.linkedin {
    background-color: #2c3e50;
}

/* Nouveau bouton */
.button.as202573 {
    background-color: #27ae60;
}
