.text-center {
    color: rgb(255, 166, 0) !important;
    font-weight: 600;

}

.card-img-top {
    border-radius: 10px !important;
}

.list-group {
    border-radius: 6px;
    box-shadow: 2px 1px 3px 3px #7676761e !important;
}

.card-text {
    font-size: medium;
}

.card-text strong a {
    color: orange !important;
}

.card-text strong a:hover {
    color: greenyellow !important;
    text-decoration: none;

}

#cary-btn {
    color: black !important;
    font-weight: 700 !important;
    font-size: 15px;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
}

#cary-btn:hover {
    border: 2px solid rgb(255, 170, 0);
    background-color: #fff;
    color: black !important;
    text-decoration: none;
}

.listhead {
    color: black;
    font-size: large;
    text-align: justify;
}

.listhead:hover {
    text-decoration: none;
    color: rgb(255, 170, 0);
}

.btn-group {
    box-shadow: 2px 1px 3px 3px #76767633 !important;
    justify-content: center;
}

.batta {
    color: black;
    background-color: white;
    font-weight: 500 !important;
}

.batta:hover {
    border-bottom: 2px solid rgb(255, 170, 0);
    color: rgb(255, 170, 0) !important;
}

.conttt {
    padding-bottom: 39px;
}

@media (max-width: 769px) {
    .text-center {
        margin-top: 20px;
        font-size: larger;
        font-weight: bold;
        color: white !important;
    }

    .conttt {
        padding-bottom: 5px;
    }

    #cary-btn {
        color: black;
        font-weight: 700 !important;
        font-size: 12px;
        border-radius: 6px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 6px;
        padding-bottom: 6px;
        background-color: white;
    }

    #cary-btn:hover {
        color: black;
        font-weight: 700 !important;
        font-size: 12px;
        border-radius: 6px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 6px;
        padding-bottom: 6px;
        border-bottom: 2px solid rgb(255, 170, 0);
        background-color: white;
    }

    .listhead {
        font-size: medium;
    }

    .card-text {
        font-size: small;
    }
}