
 body {
      font-family:  Arial, sans-serif;
      background:white;
      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:medium;
  word-spacing:5px;
  margin-bottom:20px;
}

.about-section{
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0px;
    height: 100vh;
}
.inner-content{
    width: 80vw;
}