#text{
    background-image: url("fondpoursite.jpg") ;
    height: 100vh; 
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    color: black;
}
.chaussure{
    margin-bottom: 40px;
}

.carte{
        background-color: rgba(255, 255, 255, 0.50);
        color: black;
        border-radius:15px;
  }
.nvidia{
    background-color: rgb(128, 255, 0); /*coucou je te vois*/
}
body{
    margin-bottom: 40px;
}
