.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px;

}

.dropdown-item:hover {
    text-decoration: none;
    background-color: lightgrey;
}

.dropdown-divider{
    height: 0;
    margin: 5px;
    overflow: hidden;
    border-top: 1px solid darkgray;
}
