.lotto-number-container {
  display: flex;
  justify-content: center;
}

.lotto-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: #007bff;
  color: #fff;
  margin-right: 5px;
  font-size: 14px;
  font-weight: bold;
}