.lottery-box {
    background: linear-gradient(135deg,#ff512f,#dd2476);
    color:#fff;
    padding:20px;
    border-radius:12px;
    text-align:center;
}
.lottery-chart {
    width:100%;
    border-collapse:collapse;
}
.lottery-chart td,.lottery-chart th{
    border:1px solid #ddd;
    padding:10px;
    text-align:center;
}