diff --git a/.gitignore b/.gitignore
index bd6126c..97ba621 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ dist/
pkg/
target/
Cargo.lock
+bulma.min.css
diff --git a/Cargo.toml b/Cargo.toml
index e7f4173..05ee636 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,8 @@ wasm-bindgen = { version = "0.2" }
log = { version = "0.4" }
wasm-logger = { version = "0.2" }
+serde = { version = "1.0" }
+
[dependencies.web-sys]
version = "0.3"
features = [
diff --git a/index.html b/index.html
index 16f501a..abe66e0 100644
--- a/index.html
+++ b/index.html
@@ -29,10 +29,9 @@
+
-
-