body {
    background-image: url("../static/betnew2/image/bg.jpg"); 
    background-repeat: no-repeat; 
    background-size: cover;
  
}



.center-image {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}


.center-image img {
    width: 220px;
    height: 220px;
    /* You can add additional styling here if needed */
}

/* .textu {
    color: white; 
    font-size: 24px; 
    text-align: center; 
    padding-top: 20px;
    font-weight: bold;
} */

.box {
    display: flex;
    justify-content: center; /* Center horizontally */
    margin-top: -91px;
}

.middleBox {
    width: 71%;
    max-width: 502px; 
    height: 72px;
    /* position: relative;  */
    margin-top: 10px;
}

.btnBox {
    width: 100%;
    text-align: center; /* Center button horizontally */
}
.btnBox1 {
    width: 100%;
    text-align: center; /* Center button horizontally */
}

#btn {
    margin-top: 60px;
    cursor: pointer;
}

#btn1 img {
    width: 60%;
    height: 60%;
    margin-top: 20px;
}
#btn img {
    width: 60%;
    height: 60%;
    margin-top: 50px;
}


footer {
    text-align: center;
    padding: 5px;
    font-size: 13px;
    /* background-color: #d8ecf3; */
    margin-top: 533px;
}

@media (max-width: 768px) {
    footer {
        padding: 10px;
    }
}
