:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  display: flex;
  place-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 100vh;
  background-image: url('https://lotto-assets.pages.dev/bg_simple_desktop.jpg');
  background-size: cover;
}
.comprobante {
  background-color: #fdf4e5;
}
.comprobante-label {
  background-image: url('https://lotto-assets.pages.dev/lotenal_ticket.png');
  background-repeat: repeat-y;
  background-size: 100%;
  width: 25px;
}
.rules {
  max-width: 388px;
}
