
@font-face {
    font-family: 'Minigap';
    src: url('./assets/font/Minigap.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }


a{

    padding: 1rem;  
    background-color: rgb(44, 44, 118);
    border-radius: 1rem;
    text-decoration: none;
    color: inherit;      
}

body{
    background-color: rgb(108, 108, 232);
    font-family: "Minigap", sans-serif;
    color: white;
}

section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.conteneur_a{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}


header{
    display: flex;
    justify-content: space-between;
    margin-inline: 4rem;
}

@media (max-width: 768px) {
    .conteneur_a{
        flex-direction: column;
        gap: 1rem;
    
    }
}
