       body { font-family: Arial, sans-serif; margin: 20px; background-color: #f4f4f9; }
        #peli-alue { max-width: 800px; margin: auto; background: white; padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        h1 { text-align: center; color: #333; }
        #sana-alue { font-size: 2.5em; text-align: center; padding: 20px; margin-bottom: 20px; border: 2px solid #5cb85c; border-radius: 5px; background-color: #e6ffe6; color: #333; }
        #vastaus-input { width: 100%; padding: 10px; font-size: 1.2em; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; }
        #palaute { font-size: 1.2em; margin-top: 15px; text-align: center; height: 30px; }
        .oikein { color: green; font-weight: bold; }
        .vaarin { color: red; font-weight: bold; }
        .nayta-oikea { background-color: #ffeaea; color: #cc0000; border-color: #cc0000; }
        .oikein-highlight { border: 2px solid green !important; }
        #asetukset label { display: inline-block; width: 160px; margin-top: 5px; }
        #sanalista-input { width: 100%; min-height: 150px; font-family: monospace; }
        #jono-status { margin-top: 20px; padding: 10px; border: 1px dashed #ccc; font-size: 0.9em; white-space: pre-wrap; word-wrap: break-word; }
        #edellinen-sana-alue input, #edellinen-sana-alue select { margin-right: 10px; }
        #edellinen-yritys-status { margin-top: 10px; font-weight: bold; }
        
        /* ALOITUS-NAPPULA TYYLI */
        .aloitus-nappi {
            background-color: #4CAF50; 
            color: white; 
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1.1em;
            font-weight: bold;
            transition: background-color 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .aloitus-nappi:hover { background-color: #45a049; }
        .aloitus-nappi:active { background-color: #3e8e41; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); transform: translateY(1px); }
                .vastaus-nappi {
            background-color: #4CAF50; 
            color: white; 
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1.1em;
            font-weight: bold;
            transition: background-color 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .vastaus-nappi:hover { background-color: #45a049; }
        .vastaus-nappi:active { background-color: #3e8e41; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); transform: translateY(1px); }
        
        /* Poistetut sanat */
        #poistetut-kontti {
            margin-top: 20px;
            padding: 15px;
            background-color: #f0f0ff;
            border: 1px solid #dcdcdc;
            border-radius: 5px;
        }
        #poistetut-lista {
            max-height: 200px;
            overflow-y: auto;
            margin-top: 10px;
            padding: 0 10px;
            list-style: disc;
        }
        #poistetut-lista li {
            font-size: 0.9em;
            margin-bottom: 5px;
        }