.custom-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-menu li {
    margin-bottom: 10px;
}

.custom-menu a {
    text-decoration: none;
    color: #007bff;
}

.custom-menu a:hover {
    text-decoration: underline;
}

.kekeke{
    background-color: blue !important;
}