body{
    background:#f5f6fa;
}

.nav-link{
    color:white !important;
    border-radius:8px;
    transition:.3s;
}

.nav-link:hover{
    background:#0d6efd;
}

.card{
    border:none;
    border-radius:12px;
}

.table{
    background:white;
}

.btn{
    border-radius:8px;
}

.sidebar{
    min-height:100vh;
}