* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.logo img {
    width: 18%;
    margin-left: 41%;
    margin-top: 1%;
}

/* login button */
.button {
    
    right: 0;
    height: 100%;
    
    align-items: center;
    pointer-events: none;
  }
  .button .btn {
    margin-left: 110%;
    margin-top:-8.5% ;
    font-size: 18px;
    padding: 10px 20px;
    background: #000;
     color: #fff; 
    text-decoration: none;
    pointer-events: all;
  } 

.box{
    display: grid;
    grid-template-columns: auto auto;
}
.document h2{
    font-size: 45px;
    margin-top: 8%;
    margin-left: 15%;
}
.document p{
    /* margin-top: 8%; */
    margin-left: 15%;
}
.button {
    
    right: 0;
    height: 100%;
    
    align-items: center;
    pointer-events: none;
  }
  .button .btn {
    margin-left: 15%;
    margin-top:2% ;
    font-size: 18px;
    padding: 10px 20px;
    background: #000;
     color: #fff; 
    text-decoration: none;
    pointer-events: all;
  } 
  .box img{
    margin-left: 10%;
    margin-top: 14%;
  }

  /* ban */
  .ban{
    background-image: url(./foot.png);
    height: 50vh;
    background-size: 95%;
    background-repeat: no-repeat;
    margin-top: 5%;
    margin-left: 5%;
  }


  /* footer */
  .footer-container {
    display: flex;
    justify-content: space-around;
      /* background-color: #d7d8d8; */
    padding: 20px;
    flex-wrap: wrap;
    padding-top: 2%;
    margin-top: 3%;
    border-top: 1px solid black;
  }
  
  .footer-section {
    margin: 10px;
  }
  
  .footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  
  .footer-section p, .footer-section a {
    color: black;
    text-decoration: none;
    margin: 5px 0;
  }
  .footer-section p{
    font-size: 14px;
  }
  .footer-section a:hover {
    text-decoration: underline;
  }
  
  .footerphoto h4{
    font-size: 1.1rem;
  }
  .footerphoto img{
    margin-top: 2%;
  }
  
  .footer-bottom {
    text-align: center;
    padding: 10px;
    background-color: #22222231;
    /* color: #ccc; */
  }