
 body {
      font-family:  Arial, sans-serif;
    
      margin: 0;
    
      color: #222;
    }

    

    h1 {
      text-align: center;
      font-size: 30px;
       letter-spacing: 0.5px; 
       border-bottom: 3px solid #0a3d62; 
       padding-bottom: 10px; 
    }

    h1::first-letter{
    font-size:40px;
     color:#034840;
    font-weight: bold;
      }
      
 

p{
  letter-spacing:1px;
  font-family: Arial, sans-serif;
  font-size:21px;
  word-spacing:5px;
  margin-bottom:20px;
}
.about-section{
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0px;
    height: 100vh;
    
}
.inner-content{
    width: 70vw;
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 5px 5px 10px gray;
}