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

.bgimg {
  background-image: url('images/bg_img.webp');
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.5em;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.55);
}

.topleft {
  position: absolute;
  top: 0;
  left: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.topleft a{
  color: white;
  text-decoration: none;
}

.bottomright {
  position: absolute;
  bottom: 0;
  right: 0.7em;
  font-size: 0.4em;
}
.bottomright a{
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.middle p{
  font-size: 0.6em;
}
.middle p a{
  color: white;
  text-decoration: none;
  font-weight: bold;
}

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