
 body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f7f7f7;
}

h1 {
    font-size: 36px;
    color: #333;
}

p {
    font-size: 20px;
    color: #666;
    display: flex;
    align-items: center;
}

.logo {
    max-width: 400px; /* Modifiez la largeur maximale selon vos besoins */
    height: auto;
    margin-bottom: 20px;
}

.hand-icon {
    font-size: 30px; /* Modifiez la taille de l'icône de main selon vos besoins */
    margin: 0 10px; /* Ajustez la marge pour espacer les mains du texte */
}