diff --git a/build.py b/build.py
index 6868a93..ee65f6b 100644
--- a/build.py
+++ b/build.py
@@ -31,7 +31,7 @@ for page_name, translations in content.items():
continue
label = LANG_LABELS.get(other_lang, other_lang)
- link = f'{label}'
+ link = f'{label}'
links.append(link)
language_switcher = " ".join(links)
diff --git a/styles.css b/styles.css
index 75f89a9..f386b5d 100644
--- a/styles.css
+++ b/styles.css
@@ -1,7 +1,18 @@
body {
+ text-align: center;
background-color: #222222;
}
h1, h2, h3, h4, h5, p {
color: #DDDDEE
-}
\ No newline at end of file
+}
+
+a.navbar {
+ color: #DD7FB6;
+ text-decoration: none
+}
+
+nav {
+ align-self: flex-end;
+}
+