body {
    margin: 0;
    padding: 0;
    background: #000;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    align-items: center;
}

main {
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 4vh;
    font-weight: 10;
    color: #fff;
    background: #000;
    text-align: left;
    margin-top: 1vh;
    margin-bottom: 1vh;
}

#qrcode {
    width: min(52vw, 52vh);
    height: min(52vw, 52vh);
    padding: min(2vw, 2vh);
    background: white;
}

img {
    width: min(50vw, 50vh);
    height: min(50vw, 50vh);
    /*  margin-top: 20px;
      margin-left: 10px;*/
}

label {
    font-size: 3vh;
    color: #fff;
    background: #000;
    margin-top: 1vh;
    margin-bottom: 1vh;
}

input {
    width: 50vw;
    height: 4vh;
    margin: 1vw;
    background: #fff;
    border: none;
    border-radius: 5px;
    font-size: 3vh;
    color: #000;
    text-align: center;
}

.lienBouton, button {
    width: 20vw;
    height: 5vh;
    margin: 1vw;
    border: none;
    border-radius: 5px;
    font-size: 3vh;
    background: darkgreen;
    color: white;
    text-align: center;
    padding-top: 1vh;
    padding-bottom: 1vh;

}

.lienBouton {
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

.icone {
    height: 10vh;
}

.image-and-paragraph {
    display: flex;
    align-items: center;
}

.image-and-paragraph img {
    margin-right: 10px; /* Ajoute une marge à droite de l'image */
}