.bg{
    background-color: rgb(255, 5, 5) !important;
}

.theme-hover{
    background-color: rgb(255, 0, 0) !important;
    color: #fff !important;
    border-radius: 50px;
}
.theme-hover:hover{
    background-color: rgb(60, 0, 255) !important;
}
