@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
        font-family: "Inter", sans-serif;
  
    }
    
    .limit{
        max-width: 1300px;
        margin:0 auto;
        
    }
 .course-btn {
            background-color: #f59e0b !important;   /* orange */
            transition: all 0.2s ease;
            cursor: pointer;
        }
         .course-btn1 {
            background-color: #004B84 !important;   /* orange */
            transition: all 0.2s ease;
            cursor: pointer;
        }
        .course-btn:hover {
            background-color: #004B84 !important;
        }
        .course-btn1:hover {
            background-color: #f59e0b !important;
        }
.logout-btn {
    background-color: #ef4444;
   cursor: pointer;
}
.logout-btn:hover {
    background-color: #dc2626;
  
}
@keyframes blob {
    0% {
        border-radius: 58% 42% 63% 37% / 35% 60% 40% 65%;
    }
    50% {
        border-radius: 40% 60% 30% 70% / 60% 35% 65% 40%;
    }
    100% {
        border-radius: 58% 42% 63% 37% / 35% 60% 40% 65%;
    }
}