diff --git a/index.html b/index.html
index 2b41b1f..7761e68 100644
--- a/index.html
+++ b/index.html
@@ -1,15 +1,27 @@
-
+
+
-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/style/style.css b/style/style.css
index e69de29..4764de7 100644
--- a/style/style.css
+++ b/style/style.css
@@ -0,0 +1,17 @@
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+}
+
+header {
+
+ display: flex;
+ justify-content: center;
+ padding: 28px 0;
+ background-color: #000;
+}
+
+.logo-header {
+ display: block;
+}
\ No newline at end of file