


body {
  background-color: black;
/*  background-image: url(tyler-van-der-hoeven-_ok8uVzL2gI-unsplash.jpg);*/
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  font-display: auto;
  
  color: #ffffff;
}

.container {
  position: relative;
}

img { 
  width: 100%;
  height: auto;
}

hr {
  display: block;
  border-style: solid;
  border-width: 3px;
  border-color: #990000;
}


.bottomleft {
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-size: 18px;
}