 #actionSnake_gameCanvas { border: 4px solid #fff; background: #111; margin-top: 10px; outline: none; cursor: pointer; }
        #actionSnake_status { font-size: 18px; font-weight: bold; min-height: 40px; margin: 10px; max-width: 600px; margin-left: auto; margin-right: auto; }
        /* Στυλ για το κουμπί επανεκκίνησης */
        .actionSnake_btn { background: #FFD700; color: #000; border: none; padding: 10px 20px; font-size: 16px; font-weight: bold; cursor: pointer; border-radius: 5px; margin-top: 10px; display: none; margin-left: auto; margin-right: auto; }
        .actionSnake_btn:hover { background: #FFF; }
