body {
    background-color: #f1ece3;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    color: rgb(23, 51, 149);
}

#dashboard-title {
    height: 1em;
    border-top-right-radius: 15px;
    background-color: #ff89bc;
    height: 2em;
    margin-top: 1.5em;
    margin-bottom: 0;
    margin-right: 30px;
    font-size: 10pt; 
    font-weight: bold;
    padding: 0.25em;
}

#footer {
    background-color: #ff89bc;
    height: 1em;
}

#page-title {
    background-color: #d2e1ff;
    min-height: 5em;
    padding: 10px;
}

#content {
    background-color: white;
    padding: 10px;
    padding-bottom: 3em;
}

#top {
    height: 4.3em; 
    background-color: white;
}

.nav-item    {
    margin-top: 0.75em;
}

.modebar {
    display: none !important;
}

h2 {
    padding-top: 1em;
}