.nav{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
         background: #35424a;
        color: #ffffff;
        padding-top: 10px;
        min-height: 70px;
        border-bottom: #2f0fa5 3px solid;
    }


 nav ul li a{
        text-decoration: none;
        text-align: right;
        color: blue;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 1px;
        cursor: pointer;
        align-items: right center;
        padding: 14px 20px; 
        
    
    
    }

  nav ul li{ list-style: none;
    display: inline;
    margin: 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: blue;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: right;
    text-decoration: none;
    align-items: center;
    transition: color 0.3s ease;

  }

.logo {
        float: left;
        margin-top: 0px;
    }
    .logo img {
        width: 100px;
        height: auto;
        border-radius: 50%;
        margin-right: 20px;
        
        }
  .btn {
    display: inline-block;
    text-decoration: none;
    padding: 14px 40px;
    color: #fff;
    background-image: linear-gradient(45deg, #a1d9fa, #ac8be2);
    font-size: 14px;
    border-radius: 30px;
    border-top-right-radius: 0;
    transition: all 0.3s ease;
} 
 .about-section{
        background: white;
        max-width: 1000px;
        margin: 50px;
        padding: 50px; 
        border-radius: 12px;
        box-shadow: 0 3px 10px black;
        align-content: center;
        margin-top: 15%;
        margin-left: 10%;
 

    }  
         footer {
            background: #35424a;
            color: #ffffff;
            padding: 15px 0;
            text-align: center;
        }
  
       