* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="104" height="104" viewBox="0 0 64 64"><text y="50%" x="50%" font-size="48" text-anchor="middle" alignment-baseline="middle">🪙</text></svg>') 32 32, auto !important;
}

.wrapper {
    position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #cc3333;
    color: white;
    font-family: 'Bangers', Arial;
    margin: 0;
    position: relative;
    overflow: hidden;
    user-select: none;
}

#lotto-container {
    position: relative;
    width: 300px;
    height: 300px;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    z-index: 1;
}

.symbol {
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 10px;
    
}

#scratch-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    border-radius: 10px;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 99999;
}

#message {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
}

#restart-button {
    padding: 20px 30px;
    background-color: #ffcc00;
    color: #000000;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    font-size: 15px;
}

#restart-button:hover {
    background-color: #cda400;
}
#sunburst {
    position: absolute;
    top: -100;
    left: -100;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle, #B41E1C 0%, rgba(0, 0, 0, 0.7) 80%), repeating-conic-gradient(#5C0200 0deg 10deg, #ff0400 10deg 20deg);
    animation: rotateSunburst 55s linear infinite;
    z-index: 0;
    border-radius: 100%;
}

@keyframes rotateSunburst {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#lotto-container {
    position: relative;
    z-index: 2;
}

#logo {
    position: relative;
    z-index: 9999;
    height: 330px;
    width: 400px;
    margin-left: 35px;
}

.bottom-text-wrapper {
    max-width: 400px;
    text-align: center;
}

.bottom-text {
    position: relative;
    color: gra;
    font-size: 13px;
    z-index: 5555;
}

.logo-wrapper {
    padding-top: 0.1rem;
    padding-bottom: 2rem;
}

.bottom-text-wrapper {
    padding-bottom: 7rem;
    padding-top: 10rem;
    font-family: Arial;
}