

.bouton-milieu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 3rem 0;
}

.competences {
    margin: 4rem 0;
}

.competences h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #ff963f;
    text-shadow: #ff7400 1px 0 10px;
}
