/* Add here all your CSS customizations */
a {
    color: #000;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

aside {
    border-left: 1px solid #eee;
    padding: 0.5rem 1.5rem;
}

.text-color-check {
    color: #000 !important;
}
