body {
  font-family: Arial, sans-serif;
  background: #fafafa;
  padding: 20px;
}

.lottery-header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.table-container {
  overflow-x: auto;
}

.lottery-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.lottery-table th,
.lottery-table td {
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 16px;
}

.lottery-table th {
  background: #f2f2f2;
}

.red {
  color: red;
  font-weight: bold;
}