/*
  But :     
  Auteur : Emilien Stulz
  Date :   21.05.2024 / V1.0
*/
body {
  background-color: grey;
}

#container {
  background-color: white;
  width: 90%;
  padding: 1em;
  border: 1px solid black;
  margin: auto;
  font-family: Verdana, Arial, serif;
}


.user-form .field {
  padding: 0.5em;
  background-color: lightgray;
}

.user-form .field label {
  display: inline-block;
  width: 5cm;
}

.user-form .field input {
  display: inline-block;
}

.user-form .button {
  margin-top: 0.5em;
  display: flex;
  justify-content: center;
}

.user-form input[type="submit"] {
  width: 10em;
  border-radius: 10px;
  background-color: greenyellow;
}
.a{
  font-size: 36pt;
  color: white;
  margin-bottom: 1cm;
  justify-content: center;
  display: flex;
  }