*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
    background-color: aqua;
}


.Bienvenue p {
    text-decoration: none;
    text-align: center;
    align-items: center;
    size: 50px;
    height: 400px; 
}
