html,body{
    height: 100%;
    font-family: 'Roboto', sans-serif;
}
.nav-link {
    display: block;
    padding: 0.5rem 0rem;
    color: #797979;
}

.nav-link.active{
    color: #2e6abc;
    font-weight: bold;
}
a{
    color: #888f97;
}
