body {
    background: rgba(255,255,255,1);
    /* background: linear-gradient(152deg, #23d5ab09 0%, #ee775288 100%, #23d5ab09 100%); */
    background-size: 400% 400%;
    height: 100vh;
}


/* ============================== MAIN NAVBAR ============================== */
/*
.nav-item {
    color: #2e86de;
    background-color: #fff;
}
*/

.nav-text {
    padding: 0px 10px 0px 10px;
    font-size: 16px;
    font-weight: 400;
    /* color: #2e86de; */
}

/* 
.nav-text.active {
    color: #2e86de;
}

.nav-text.inactive {
    color: #c8d6e555;
}

.nav-text.selected {
    color: #ee5253;
    text-decoration: underline;
}
*/


.dropdown-content {
    width: 20rem;
}


h6 {
    text-decoration: underline;
    padding-top: 10px;
    padding-bottom: 20px;
    height: 40px;
}