body{

font-family:Poppins;

background:#ffffff;

}

.ces-btn{

background:#004AAD;

color:white;

padding:15px;

border-radius:8px;

cursor:pointer;

}

.ces-btn:hover{

background:#FFD500;

color:#000;

}


.ces-cards{
    display:flex;
    gap:20px;
    margin-top:30px;
    flex-wrap:wrap;
}

.ces-card{
    width:250px;
    background:white;
    padding:25px;
    border-radius:12px;
    border-left:6px solid #004AAD;
    box-shadow:0 3px 10px rgba(0,0,0,.1);
}

.ces-card h2{
    margin:0;
    color:#004AAD;
}

.ces-card h1{
    font-size:40px;
    margin-top:15px;
}