body, html {
    height: 100%;
    margin: 0;
  }
  
  
  .bgimg {
    background-image: url('img.jpg');
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
  }
  
  .topleft {
    position: absolute;
    top: 0;
    left: 16px;
    margin-top: 30px;
    margin-left: 30px;
  }
  .topleft img{
  height: 60px;
  width: 60px;
  }
  
  .bottomleft {
    
     display: flex; 
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 30px !important;
    /* left: 16px; */
  }
  .social-icons{
     margin: auto;
  }
  
  .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .middle .intro{
  margin-top: 40px !important;
  }
  .middle .btn{
  display: flex;
   background-color: #ff3500 !important;
   padding: 20px;
   margin: auto;
   border-radius: 15px 0;
   width: fit-content;
  
  
  }
  .middle .btn a{
  text-decoration: none;
   color: #fff;
  }
  
  hr {
    margin: auto;
    width: 40%;
  }
  
  
  .fa {
    padding: 20px;
    font-size: 20px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: #fff;
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: #fff;
  }
  
  .fa-google {
    background: #dd4b39;
    color: white;
  }
  
  .fa-linkedin {
    background: #007bb5;
    color: white;
  }
  
  .fa-youtube {
    background: #bb0000;
    color: white;
  }
  
  .fa-instagram {
    background: #125688;
    color: white;
  }