diff --git a/index.html b/index.html
index 55ad96f..e495b8a 100644
--- a/index.html
+++ b/index.html
@@ -1,65 +1,57 @@
-
-
-
-
- Analog Watch
-
-
-
-
-
-
-
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..172fce3
--- /dev/null
+++ b/style.css
@@ -0,0 +1,16 @@
+html {
+ background: #f69f4e;
+ text-align: center;
+ font-size: 10px;
+ }
+
+ body{
+ padding:30;
+ padding-left: 30%;
+ margin:10;
+ font-size: 2rem;
+ display: flex;
+ flex: 1;
+ min-height: 100vh;
+ align-items: center;
+ }
\ No newline at end of file