/* Set height to 100% for body and html to enable the background image to cover the whole page: */
body, html {
  height: 100%;
    margin:0;
}

.bgimg {

  /* Add a white text color to all elements inside the .bgimg container */
  color: dimgray;
  /* Add a font */
  font-family: "lato", calibri, myriad pro;
  /* Set the font-size to 25 pixels */
  font-size: 20px;
    
}


p {
    font-size: 18px;
    line-height: 150%;
}

/* Position text in the footer */
.copyright {
    font-size: 10px;
}

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

/* Style the <hr> element */
hr {
  margin: auto;
  width: 40%;
}


.button {
  background-color: #5EBA47; /* Green */
  border: none;
  border-radius: 2px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
    
}