/* Highlight the selected item when navigating with Tab */
:focus {
    outline: 3px solid #e03540; 
}
 button:focus {
    outline: 3px solid #e03540 !important;
    outline-offset: 3px !important;
}
a:focus {
    outline: 3px solid #e03540;
}
