/* style.css */
body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 51px;
    background-image:url("../Images/fondjedi.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: cadetblue;
}
.box {
  width: 300px;
  border: 10px solid black;
  padding: 50px;
  margin: 20px;
  background: azure;
  justify-self: center;
}

input, textarea, select, button {
    margin: 5px;
    padding: 8px;
    border: 1px solid #333;
}
