main {
    height: 100dvh;
    max-height: 100dvh;
    max-width: 100dvw;
    overflow: hidden;
}

body {
    font-size: 16px !important;
}

h1, h2, h3, h4, h5, h6, p, span, a, li {
    font-size: 14px;
}

.card {
    border: unset;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.card-body {
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.nav-link {
    color: white;
    font-weight: 600;
}

.nav-item:hover .nav-link:not(.active) {
    background-color: rgba(var(--bs-link-color-rgb), .38);
    color: white;
}