html, body {
    font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 16px;
    color: #212529;
}

.dropdown-menu {
    z-index: 1021;
}

a {
    text-decoration: none;
    color: #2d3a7b;
}

.nav-item.dropdown .dropdown-item:active {
    background-color: #2d3a7b !important;
}

ul.dropdown-menu.show {
    z-index: 1021;
}