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

.bg {
  height: 100%;
  opacity: 1;
  background-position: center;
  background-size: cover;
  position: relative;
  font-family: "Courier New", Courier, monospace;
  font-size: 25px;
}

.bgimg {
    background-image: url('https://s3.amazonaws.com/sammysteiner.com/Steiner-4489-3307693076-O.jpg');
    height: 100%;
    opacity: 0.5;
    background-position: 0 75%;
    background-size: cover;
    position: relative;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
}

.topleft {
    position: absolute;
    top: 0px;
    left: 16px;
}

.bottomleft {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
}

a {
  text-decoration: none;
  color: black;
  padding: 25px;
  font-weight: bold;
}

a:hover {
  background-color: grey;
}

hr {
    margin: auto;
    width: 40%;
}
