body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
}

footer {
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: smaller;
}

footer span {
    display: inline-block;
    margin: 0 20px;
    /* Ajustez la marge selon vos préférences */
}


.container {
    text-align: center;
}

img {
    width: 200px;
    /* Remplacez par la taille de votre logo */
}

h1 {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
}