


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

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

h2{
 
       text-align: left;
       font-size: 30px;
       letter-spacing: 0.5px; 
       border-bottom: 3px solid #0a3d62; 
       padding-bottom: 10px; 
       display:inline-block;
       text-decoration: none;
    
}
   
body{
      font-family:  Arial, sans-serif;
      background: white;
      margin: 0;
     
}  

p{
  word-spacing:8px;
  font-family:  Arial, sans-serif;
  font-size:20px;
  letter-spacing: 1px; 
  margin-bottom:20px;
  color: #034840;
}

.about-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
    background-color: white;
}
.inner-content{
    width: 80vw;
    color: black;
    background-color:#f9f9f9;
    padding: 10px;
      box-shadow: 5px 5px 10px gray;
}

@media (max-width:500px) {
    .inner-content{
        font-size: smaller;
    }
    
}



