*{
    margin: 0;
    
   
}

@font-face {
    font-family: 'Nunito-Regular';
    src: url('../fonts/Nunito-Regular.ttf') format('truetype');
    font-weight: normal;
            font-style: normal;
    /* Ajoutez d'autres formats si nécessaire */
}

body {
    background-color: #ececec;
    font-family: 'Nunito-Regular', sans-serif;
}

section {
    border-radius: 8px;
    border-color: #999;
    text-decoration: none;
    
}

a {
    text-decoration: none;
    color: inherit;
}
main {
    background-color: #dcdcdc;
    border-radius: 8px;
    margin: 5%;
}

footer{
    display: flex;
    
    background-color: #2f435e;
    padding: 2em;
    position: relative;
    color: #fff;
    text-align: center;
    margin-top:10%;
    height: 8em; /* Ajoutez une hauteur fixe pour le footer */
    box-sizing: border-box;
    z-index: 10;
    width: 100%;
    
    justify-content: center;
    align-items: center;
    font-size: 0.50em;
    
}

