body {
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat;
}
.no-responsive {
    min-width: 1200px;
}
.date_digits {
    display: inline;
}
.content {
    min-width: 1200px;
}
.logo {
    max-height: 250px;
    max-width: 200px;
}
.label_info {
    text-align: center;
    margin: 10px auto;
    border: 1px solid rgb(245, 194, 25);
    border-radius: 25px;
    width: 50%;
}
.label_info h3 {
    margin: 0;
}
.info_value {
    text-align: center;
}
.result_ball {
    max-width: 45px;
}
.vd-prom {
    width: 500px;
    height: 270px;
}
/* .content .row * {
    background-color: #fff;
} */
.left_box_content {
    background-color: rgba(73, 79, 217, 0.77);
    height: 1000px;
    color: #fff;
}
.right_box_content {
    background-color: rgba(73, 79, 217, 0.77);
    height: 950px;
    color: #fff;
}
.right_box_content .table_box {
    overflow: scroll;
    max-height: 800px;
}
.menu {
    height: 50px;
}
.menu ul li {
    color: #fff;
}
.menu ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.menu .nav-item span {
    font-size: 20px;
}
.about_box {
    padding: 5px 10px;
    margin: 10px 25px;
    color: #e7e7e7;
    height: 650px;
    overflow: scroll;
}
.story h3 {
    font-size: 22px;
    font-weight: bold;
    color: #e7e7e7;
}
.story {
    font-size: 14px;
}
.small_ball {
    max-width: 30px;
}
.table {
    border: 1px solid #000;
}
.nav_box a{
    color: #000;
    font-weight: bold;
}
.nav_box a:hover {
    color: #6e6e6e;
}
.table tr td, .table tr th {
    border : 1px solid #000;
}
.footer p {
    font-size: 20px;
    font-weight: bold;
}
.bg_footer {
    background-color: #000007;
    color: #fff;
}