@import url("./base.css");

/* Research Page Specific Styles */

/* Body adjustments */
body {
    max-width: 1000px;
    margin: 10px auto;
    align-content: center;
}

/* Nav Bar highlight current page */
.nav-list li a.active {
    text-decoration: underline;
    background-color: #270f3f;
    font-family: WienerNorm, serif;
    background-color: #965dd6b2;
    font-weight: bold;
}