body {
    font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.nav-active {
    color: #3a5aa8;
    font-weight: 600;
    position: relative;
}

.nav-active::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 12px;
    right: 12px;
    height: 2px;
    background-color: #3a5aa8;
    border-radius: 2px;
}

.container-pad {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 1024px) {
    .container-pad {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
