.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;
} 
h1{
    text-align: center;
    margin-top: 30px;
    font-size: 35px;
    font-family: sans-serif;
    margin-top: 10%;

}

body{
    align-items: center;
    text-align: center;
    padding-top: 10%;
}
     footer {
            background: #35424a;
            color: #ffffff;
            padding: 15px 0;
            text-align: center;
        }


p{
    font-size: 25px;
    margin: 20px;
    font-family: sans-serif;
    line-height: 1.6;
    text-align: center;

}
.cards{
     width: auto;
    box-shadow: #5f48df 20px 20px 20px;
    margin-top: 10px;


    
    border: 1px solid;
     border-radius: 10px;
     margin: 20px; 
    

}

.about-section{
        background: white;
        max-width: 1000px;
        margin: 50px;
        padding: 50px; 
        border-radius: 12px;
        box-shadow: 0 3px 10px black;
        align-content: center;
        margin-left: 10%;
 
    }