diff --git a/index.html b/index.html
index 310d869..68fae86 100644
--- a/index.html
+++ b/index.html
@@ -26,6 +26,7 @@
+
fddl Programming Language
diff --git a/logo-small.png b/logo-small.png
new file mode 100644
index 0000000..fdd30fb
Binary files /dev/null and b/logo-small.png differ
diff --git a/logo.png b/logo.png
new file mode 100644
index 0000000..9ebc8d3
Binary files /dev/null and b/logo.png differ
diff --git a/logo.webp b/logo.webp
new file mode 100644
index 0000000..b35c463
Binary files /dev/null and b/logo.webp differ
diff --git a/logo.webp~ b/logo.webp~
new file mode 100644
index 0000000..ac7d7bd
Binary files /dev/null and b/logo.webp~ differ
diff --git a/styles.css b/styles.css
index 19e5bee..efaab0e 100644
--- a/styles.css
+++ b/styles.css
@@ -8,13 +8,20 @@ body {
header {
background-color: #282828;
padding: 20px;
- text-align: center;
-}
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ max-width: 100%;
+}
header h1 {
color: #ffffff;
margin: 0;
font-size: 2.5em;
}
+.logo {
+ max-width: 80%;
+ padding: 20px;
+}
main {
max-width: 800px;
margin: 20px auto;