/* Стили для мини‑игры */
.game-container {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 600px;
    width: 100%;
    z-index: 2;
}

.game-container h2 {
    color: #333;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.game-container p {
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 1rem;
}

#sandCanvas {
    width: 100%;
    height: 300px;
    border: 2px solid #333;
    border-radius: 10px;
    background: #000;
    display: block;
    margin: 0 auto;
}

.nas {
    background-color: white;
    width: 660px;
    border-radius: 20px;
    height: 150px;
    margin: 20px 0px;
}

.nas button {
    height: 70px;
    margin: 40px;
    width: 580px;
    background-color: blueviolet;
    border: white 0px;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 20px;
}
