.text-color-1{
    color: white;
}
.background-list{
    background-color: white;
}
.hm-cat{
    width:85%;
    list-style-type: none;
}
.ban-short-a{
    text-align: left;
    min-width: 50px;
    position: relative;
    z-index: 1;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(98, 98, 98);
    border-image: initial;
    padding: 5px;
    padding-left: 15px;
    border-radius: 10px;
    background: rgba(24, 24, 24, 0.78);
    transition: 0.4s ease-in-out;
    color: white;
    font-size: 14px;
}
.ban-short-a:hover  {
    background-color: #0056b3;
}
.text-a{
    color: white;
}