body{
    background-color: #000;
}

/* .card-height-500{
    height: 500px;
} */

.btn-badge{
    gap: 15px;
}

.btn-badge li{

    border: 1px solid #3c3c3c;
    border-radius: 50px;
    padding: 10px 15px;
    color: #fff;
}  

.btn.rounded-pill{
    border-radius: 0px !important;
}

.btn-badge-sm{
    font-size: 13px;
}

.btn {
    border-radius: 0px;
    font-size: 1.2rem;
}

.nav-link{
    font-weight: 400;
    font-size: 1.2rem !important;
}

.card.overflow-hidden{
    background-color: #000;
    border: 0;
}

.card-img-scale-wrapper{
    height: 300px;
}

/* .card.card-img-scale{
    height: 500px;
} */