body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

hr {
  margin: auto;
  margin-bottom: 30px;
  width: 40%;
}

#contactus {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.bgimg {
  background-image: url("https://www.w3schools.com/w3images/forestbridge.jpg");
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-size: 25px;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
