#app .card-body {
    height: 260px;
}

#app .nav.nav-pills {
    background: white;
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-flex;
    justify-content: center;
    margin: auto;
}
#app .nav-pills .nav-link{
    border-radius: 50px;
    color: var(--bs-secondary);
}
#app .nav-pills .nav-link.active{
    color: white;
}
