* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    background-color: whitesmoke;
    font-family: Byekan, Arial, Helvetica, sans-serif;
 
  }
  a {
    text-decoration: none;
    font-family: Byekan,Verdana, Geneva, Tahoma, sans-serif;
  
  }
  .container-header {
    display: flex;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .header-ln1 {
    display: flex;
    align-items: center;
  }
  .header-ln1 h1 {
    font-family: Byekan;
    color: black;
    width: 100%;
  }

  .aboute-banner img{
    width: 100%;
    margin-top: 2%;
  }
  
  .about-main{
    width: 100%;
    height: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center ;
  }

  .about-container{
    width: 800px;
    height: 100%;
    background: rgba(1, 0, 0, 0.42);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11.1px);
    -webkit-backdrop-filter: blur(11.1px);
    border: 1px solid rgba(1, 0, 0, 0.6);
    text-align: center;
    
  }
  .about-container h3{
    text-align: center;
    font-family: Byekan,Verdana, Geneva, Tahoma, sans-serif;
    font-size: 3rem;
    color: whitesmoke;
    margin-bottom: 30px;
  }

  .about-container p{
    color: white;
    font-size: 2rem;
    padding-top: 30px;
    border-bottom:3px dashed white ;
    display: inline-block;
    padding-bottom: 30px;
  }

  .footer-container{
    margin-top: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-container h3{
    font-family: Byekan,system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 3rem;
  }
  .footer-container h4{
    margin-top: 16px;
    font-size: 2rem;
  }
  .copy-right{
   background-color: rgb(177, 177, 177);
   margin-top: 20px;
   display: flex;
   flex-direction: row;
   width: 60%;
   align-items: center;
   justify-content: center;
   height: 30%;
   border-radius: 50px;
   padding: 20px;
  }

  .soc-icon2{
    font-size: 2rem;
    padding: 50px;
  }
