diff --git a/index.html b/index.html
index e69de29..be051a4 100644
--- a/index.html
+++ b/index.html
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+ Quote from a Bot
+
+
+
+
+
+
+
+
+
+
+
diff --git a/style.css b/style.css
index e69de29..e2aefd1 100644
--- a/style.css
+++ b/style.css
@@ -0,0 +1,24 @@
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+}
+
+html {
+ background-color: #6885e0;
+ font-family: 'Space Grotesk', sans-serif;
+ color: #1212b2;
+ line-height: 1.2;
+}
+
+h1 {
+ margin-bottom: 8px;
+ font-size: 35px;
+ font-weight: 700;
+}
+
+header {
+ background-color: #E9F45B;
+ padding: 32px;
+ text-align: center;
+}
\ No newline at end of file