@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");


.bodybg {
    background-image: url('https://bhagyamumbai.com/images/New.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: 'Roboto Slab', serif;
}

.bg-white {
    background-color: #fff;
    border-radius: 10px;
}

.bwhite {
    background-color: #fff !important;
}


.marqcardstyle {
    border: 2px solid #000;
}
.marqstyle  {
    font-weight: bolder;
}


.clock {
    text-align: center;
    color: #ff0000;
    font-size: 40px;
    font-weight: bolder;
    letter-spacing: 5px;
}

.drawcard {
    margin: 20px;
    padding: 0px !important;
    background-color: #990c0c;
    color: #fff;
    text-align: center;
}

.drawcard .card-body {
    padding: 0px;
}

.drawbox {
    padding: 0px 150px 0px 150px;
}

.result-table {
    font-size: 12px;
}

.tablechart thead th , .tablechart tbody tr td
{
    font-weight: bolder;
    text-align: center;
}

.tablechart thead
{
    background-color: #ffcc00;
}

.tablechart thead th:nth-child(1) , .tablechart tbody tr td:nth-child(1)
{
    background-color: #c71424;
    color: #fff;
}

.textbox h3, p {
    text-align: center;
}

.textbox {
    border: 1px  solid #000;
    margin: 20px;
    padding: 20px;
}

footer {
    background-color: black;
    padding: 10px;
    color: #fff;
    margin: 20px;
}

@media screen and (min-width: 280px) {
    .drawbox {
        padding: 0px 0px 0px 0px;
    }

    .bodybg {
        padding: 36px;
        background-size: auto;
    }
}

.meter {
    display: table;
    margin: 0 auto;
    padding: 50px;
}

.game-title {
    font-size: 36px;
    font-weight: bolder;
}

.center-row {
    justify-content: center;
}

.title-sm {
    background-color: aqua;
}

.border-fancy {
    border: 3px solid #ffcc00;
}
