diff --git a/pages/Index.html b/pages/Index.html
index f55b5f0..61d10e9 100644
--- a/pages/Index.html
+++ b/pages/Index.html
@@ -24,7 +24,7 @@
-

+
diff --git a/pages/Mainpage.css b/pages/Mainpage.css
index 5d1d61e..d1dfe76 100644
--- a/pages/Mainpage.css
+++ b/pages/Mainpage.css
@@ -3,14 +3,14 @@
@font-face{
font-family:"roboto";
font-weight: 100;
- src: url("../Fonts/Roboto/RobotoMono-VariableFont_wght.ttf")
+ src: url("../fonts/Roboto/RobotoMono-VariableFont_wght.ttf")
}
body{
color: #ffd256;
font-family: "roboto";
background-color: #221A0F;
- background-image: url("../Images/BackGroundTestNoGlow.png");
+ background-image: url("../images/BackGroundTestNoGlow.png");
background-position: bottom;
}