.bg-primary{
    background: #21232f !important;
}
h1{
    color: white !important;
}

p, .nav-link, .dropdown-item {
    color: #236e98 !important;
}

.dropdown-indicator:after{
    border-right: 2px solid #236e98 !important;
    border-bottom: 2px solid #236e98 !important;
}


.navbar-collapse.collapse.show{
    height:100vh !important;
    background: white !important;
}
