.brand-link{
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.brand-text{
    font-size:20px;
}

.nav-sidebar .nav-link{
    font-size:15px;
}

.app-content{
    min-height:calc(100vh - 120px);
}

.card{
    border-radius:12px;
}

.small-box{
    border-radius:12px;
}