diff --git a/index.html b/index.html
index cd017f3..3203a52 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
-

+
diff --git a/logo-unscreen.gif b/logo-unscreen.gif
new file mode 100644
index 0000000..b611f25
Binary files /dev/null and b/logo-unscreen.gif differ
diff --git a/logo.gif b/logo.gif
new file mode 100644
index 0000000..f8a667d
Binary files /dev/null and b/logo.gif differ
diff --git a/modelec-anime-clair-unscreen.gif b/modelec-anime-clair-unscreen.gif
new file mode 100644
index 0000000..29a3ef0
Binary files /dev/null and b/modelec-anime-clair-unscreen.gif differ
diff --git a/modelec_anime_clair.gif b/modelec_anime_clair.gif
new file mode 100644
index 0000000..05b720f
Binary files /dev/null and b/modelec_anime_clair.gif differ
diff --git a/modelec_anime_sombre.gif b/modelec_anime_sombre.gif
new file mode 100644
index 0000000..4e9149e
Binary files /dev/null and b/modelec_anime_sombre.gif differ
diff --git a/style.css b/style.css
index 1ae281c..cfe1de8 100644
--- a/style.css
+++ b/style.css
@@ -10,13 +10,22 @@ body {
background-color: #00ff1a;
margin: 0;
font-family: 'Roboto', sans-serif;
+ font-weight: 600;
}
+#logo {
+ margin-left: 1em;
+ max-height: 100px;
+ background-color: transparent;
+ mix-blend-mode: screen;
+}
#topBar {
width: 100%;
height: 72px;
background-color: rgba(255, 89, 90, 0.5);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
+ display: flex;
+ align-items: center;
}
#void {