.lottery-container {
    min-height: 100vh;
    height: auto;
}

.lotter_mainhead {
    background: #ffeb3b;
    border-radius: 10px;
}


.famous-limit {
    background: #0b926c;
    color: white;
}

.thailotto {
    display: flex;
    justify-content: space-around;
    background: #0b926c;
    padding: 1rem 0;

}

.clearbtn {
    width: 10vw;
    background: #ff0000;
    font-size: 20px;
    border: none;
    color: white;
}

.acceptbtn {
    width: 10vw;
    background: #0b926c;
    font-size: 20px;
    border: none;
    color: white;

}

.buttonthai {
    display: flex;
    justify-content: center;

}

@media screen and (max-width:768px) {

    .clearbtn,
    .acceptbtn {
        font-size: 16px;
    }
}

@media screen and (max-width:425px) {

    .clearbtn,
    .acceptbtn {
        font-size: 10px;
    }

    .lottery-table {
        font-size: 12px;

    }

    .lotter_mainhead {
        border-radius: 5px;
        padding: 10px 20px;
        font-size: 12px;
    }

    .lotter_mainhead h2 {
        font-size: 16px;

    }
}