body{
    background-image: url(cristiano-ronaldo-3840x2160-9595.jpg);
    background-color:black;
    background-size:cover;
    background-repeat: no-repeat;
    color:white;
    font-weight: bold;
}
p{
    font-size: 50px;
    margin: 100px 0;
    color: white;
}
.section{
    margin:auto;
    text-align: center;
    width: max-content;
    min-width: 100%;
}
input, label{
    font-size: 30px;
    display: block;
    margin: 50px auto;
    width: 240px;
}
#saisie_texte{border-radius: 10px;font-size: 20px;}
#bouton{border-radius: 10px;font-size: 20ox;background-color:rgb(234, 0, 255);}