diff --git a/public/index.html b/public/index.html
index b7e6469..03127c2 100644
--- a/public/index.html
+++ b/public/index.html
@@ -24,6 +24,9 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
+
+
+
{
+ const Header = styled.header`
+
+ display: flex;
+ justify-content: center;
+
+ padding: 3vh 0px;
+
+ border-bottom: solid 2px #ffffff24;
+
+ user-select: none;
+
+ h1 {
+
+ font-family: 'Raleway', sans-serif;
+ color: #fff;
+ }
+ `
+
return (
-
)
};