@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html, body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.row+.row {
    margin-top: 1rem;
}

@media screen and (max-width: 992px)  {
    ul.nav {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    ul.nav li {
        white-space: nowrap;
    }
    .nav-item {
        margin-bottom: 0.5rem;
        border-bottom: 1px solid #999;
        background-color: rgba(248, 249, 250, 0.3);
    }
}
