
body{
    background:#f4f6fb;
}

.navbar{
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.card{
    border:none;
    border-radius:12px;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.btn{
    border-radius:8px;
}

.section-title{
    font-weight:600;
    margin-bottom:20px;
}