body{font-size:18px;font-family:Arial,sans-serif}@media only screen and (max-width: 600px){body{font-size:10px}}.App{padding:2rem;text-align:center}.lottery{margin:0 auto;box-shadow:0 0 10px #0000001a;border-radius:.5rem;background-color:#fff;padding:1rem;max-width:350px}.lottery h1{color:#333}.number-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:.5rem}.number{display:flex;justify-content:center;align-items:center;transition:background-color .3s,color .3s;cursor:pointer;border:1px solid #ccc;border-radius:50%;width:2rem;height:2rem}.number.selected{background-color:#007bff;color:#fff}.number:hover{background-color:#39623b;color:#fff}.error{margin-top:1rem;color:red}.selected-numbers{margin-top:2rem}.selected-numbers h2{color:#333}.selected-numbers ul{display:flex;justify-content:center;gap:1rem;padding:0;list-style-type:none}.selected-numbers li{display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#007bff;width:2rem;height:2rem;color:#fff}
/*# sourceMappingURL=index.css.map */
