.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;
}

body{
    padding-top: 10%;
}

.cards{
     width: auto; 
    border: 1px solid;
     border-radius: 10px;
    overflow: hidden; 
    box-shadow: #5f48df 10px 10px 20px;
     margin: 20px; 
    display: grid;
    flex-direction: row;
    justify-content: center;
    align-items: center; 


    
 }    
 
 .grid-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    padding-top: 2%;

    

 }
 @media (max-width: 768px) { 
    .cards-container{
        flex-direction: column;
        align-items: center;

    }
    .cards{
        width: 100%;
        

    }



 }
 .cards img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    
 }

h1{
    text-align: center;
    color: blue;
    padding-top: 10%;
}



 img {
        width: 300px;
        height: auto;
        margin: 10px;
        }   

    ul {
        list-style-type: upper-roman;
        font-size: 18px;
        color: black;
    }
    
.about-section{
        background: white;
        max-width: 1000px;
        border-radius: 12px;
        box-shadow: 0 3px 10px black;
        align-content: center;
        margin-left: 10%;
 
    }




  footer {
            background: #35424a;
            color: #ffffff;
            padding: 15px 0; 
            text-align: center;
  }        

    
