body, html {
    height: 100%;
    margin: 0;
  }
  *{
    color: #000;
  }
  
  .bgimg {
    height: 100%;
    
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: "Courier New", Courier, monospace;
  }
  .bgimg h1, .bgimg h2, .bgimg h3, .bgimg h4, .bgimg h5, .bgimg h6 {
     font-size: 25px;

  }
  
  .topleft {
    position: relative;
    top: 0;

  }
  
  .bottomleft {
    position: relative;
    bottom: 0;

  }
  
  .middle {
    margin-top: 50px;
    position: relative;
    max-width: 1080px;
    padding: 0 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  hr {
    margin: auto;
    width: 40%;
  }