/* style.css */ body { font-family: Arial, sans-serif; text-align: center; background-color: #f0f0f0; } h1 { color: #333; } webview { display: none; } .open-webview { display: block; } #tabwebview { display: block !important; }