/* Custom Styles */
body {
    background-color: #f8f9fa;
    /* Add padding to the top of the body to prevent content
       from being hidden behind the sticky navbar. */
    padding-top: .5rem;
}

.highlight-link {
    background-color: #ffc107 !important; /* Bootstrap's warning color */
    border-radius: .25rem;
    transition: background-color 1s ease-out;
}
