body {
  background-color: antiquewhite;
  background-image: url('olajide2.jpeg')
  background-repeat: no-repeat;
}

h1 {
  border: 100%;
  background-size: cover;
  background-color: rgb(73, 45, 2);
  color: red;
  text-align: center;
  font-size: xx-large;
  font-weight: bolder;
}

form {
  margin: 15%;
}

label {
  display: block;
  line-height: 35px;
  text-align: center;
  color: blue;
  font-size: larger;
  font-weight: bolder;
}

input {
  margin-left: 25%;
  width: 50%;
  text-align: center;
}

p {
  text-align: center;
  text-decoration: none;
  color: blue;

}

p:hover {
  color: red;
}

button {
  width: 10%;
  margin-left: 45%;
  margin-top: 30px;
  background-color: blue;
  color: aliceblue;
  font-weight: bolder;
}