

body, html {
    min-height: 100%;
  }
  
  .bgimg {
    padding: 70px 0px 70px 0px;
    width: 100%;
    color: rgb(6, 6, 6);
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
  }
  
  .topleft {
    position: absolute;
    top: 0;
    left: 16px;
  }
  
  .bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
  }
  
  .middle {

   
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  hr {
    margin: auto;
    width: 40%;
  }

  a {
      color: rgb(11, 11, 11);
  }

  .square {
    
    width: 50%;
  }
  
  .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  
  .content {
    
    width: 100%;
    height: 200%;
  }