/* Add here all your CSS customizations */
.myitem{
    text-align: center;
}

.myitem:hover{
    text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #f8f9fa !important;
}