diff --git a/frontend/contacts/index.html b/frontend/contacts/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/frontend/contacts/style.css b/frontend/contacts/style.css
new file mode 100644
index 0000000..c81e763
--- /dev/null
+++ b/frontend/contacts/style.css
@@ -0,0 +1,31 @@
+body
+{
+ background-color: black;
+ font-family: commit mono, monospace;
+ color: white;
+}
+
+a
+{
+ text-decoration: none;
+ color: white;
+}
+
+.navigation
+{
+ font-size: 18px;
+ width: 50%;
+ margin: auto;
+ display: flex;
+ justify-content: center;
+ padding-top: 1%;
+
+}
+
+.home-btn,
+.posts-btn,
+.guest-btn,
+.contacts-btn {
+ margin-left: 6.25%;
+ margin-right: 6.25%;
+}
\ No newline at end of file
diff --git a/frontend/guestbook/index.html b/frontend/guestbook/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/frontend/guestbook/style.css b/frontend/guestbook/style.css
new file mode 100644
index 0000000..c81e763
--- /dev/null
+++ b/frontend/guestbook/style.css
@@ -0,0 +1,31 @@
+body
+{
+ background-color: black;
+ font-family: commit mono, monospace;
+ color: white;
+}
+
+a
+{
+ text-decoration: none;
+ color: white;
+}
+
+.navigation
+{
+ font-size: 18px;
+ width: 50%;
+ margin: auto;
+ display: flex;
+ justify-content: center;
+ padding-top: 1%;
+
+}
+
+.home-btn,
+.posts-btn,
+.guest-btn,
+.contacts-btn {
+ margin-left: 6.25%;
+ margin-right: 6.25%;
+}
\ No newline at end of file
diff --git a/frontend/posts/index.html b/frontend/posts/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/frontend/posts/style.css b/frontend/posts/style.css
new file mode 100644
index 0000000..c81e763
--- /dev/null
+++ b/frontend/posts/style.css
@@ -0,0 +1,31 @@
+body
+{
+ background-color: black;
+ font-family: commit mono, monospace;
+ color: white;
+}
+
+a
+{
+ text-decoration: none;
+ color: white;
+}
+
+.navigation
+{
+ font-size: 18px;
+ width: 50%;
+ margin: auto;
+ display: flex;
+ justify-content: center;
+ padding-top: 1%;
+
+}
+
+.home-btn,
+.posts-btn,
+.guest-btn,
+.contacts-btn {
+ margin-left: 6.25%;
+ margin-right: 6.25%;
+}
\ No newline at end of file