Game Rules

/* Game Interface Styling */ body { font-family: Arial, sans-serif; background-color: #f0f8ff; margin: 0; padding: 20px; text-align: center; } h1 { color: #333; font-size: 2em; } .rules { color: #555; font-size: 1.2em; margin-bottom: 20px; } .input-area { margin-top: 30px; } input[type="text"] { padding: 10px; font-size: 1em; width: 200px; } button { padding: 10px 20px; font-size: 1em; background-color: #4CAF50; color: white; border: none; border-radius: 5px; cursor: pointer; } button:hover { background-color: #45a049; } .result { margin-top: 20px; font-size: 1.5em; color: #D32F2F; }

Server Time


Your Time