.page-numbers{
    padding: 10px;
    border-radius: 5px;
    border-width: 1px;
    border-color: black;
    background: white;
    color: grey;
}
.page-numbers.current{
    color:black;
}
.tmy-card-title a{
    color:var(--main) !important;
}
.tmy-card-title a:hover{
    color:var(--text) !important;
}
.tmy-card:hover{
    background-color: white!important;

}
.tmy-card{
    background-color: white!important;

}
.tmy-card:hover .tmy-card-title a{
    color:var(--text) !important;
}
.tmy-card-img-top{
    padding:10px;
    height: 150px!important;
    object-fit: cover;
}
.btn-tmy{
    color: grey!important;
}
.btn-tmy.current{
    color: black!important;
}
.tmy-card{
    border:none!important;
}
.tmy-card-img{
    height: 300px!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tmy-card-body{
    width: 100% !important;
    color: var(--text) !important;
}
.foreground{
    z-index: 100;
    background-color: white;
    opacity:1!important;
    border-radius: 5px!important;
}
.foreground:hover{
    opacity:0.7!important;
}