body {
  background-image: url("../picture/Background.jpg");
  background-color: lightgray; 
  margin: 100px;
}

h1 {
  color: black;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
}

div {
  font-family: verdana;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

input {
  width: 100%;
}


img {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}