body {
    font-family: Poppins, sans-serif;
    margin: 0px 0px 0px 0px;
    background-color: #f2f2f2 !important;

}

nav {
    background-color: #181645 !important;
}

.header-landing {
    width: 100%;
    height: 375px;
    background: url('/static/main/img/tiles.png') !important;
}

.section-landing {
    width: 100%;
    min-height: 450px;
    background: url('/static/main/img/tiles.png') !important;
}

.login-button-nav:hover {
    background-color: none !important;
}


.dashboard-wrapper {
    width: 100%;
    height: 375px;
    background: #C9E5ED;
}

.bd-footer a {
    color: white;
    text-decoration: none;
}

.text-yellow {
    color: var(--bs-yellow)
}

.icon-footer {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .375rem;
}

.text-white-100 {
    color: rgb(214, 214, 214);
}
.bg-blue-grey{
    background-color:#4379bc
} 
.bg-indigo{
    background-color:#181645
} 