diff --git a/index.html b/index.html
index b1398dd..8663aac 100644
--- a/index.html
+++ b/index.html
@@ -6,6 +6,7 @@
+
RPI Utils Website
@@ -18,7 +19,15 @@
Welcome to RPI Utils!
The place with the tools to withstand RPI's terrible online presence!
+
RPI Links and Websites
+

+

+

+
+

+

+
diff --git a/main.css b/main.css
index 0a22d3d..cad59fa 100644
--- a/main.css
+++ b/main.css
@@ -1,4 +1,14 @@
body {
/* color: rgb(148, 0, 0); */
color: rgb(252, 252, 252);
+}
+
+
+.icon {
+ width: 100px;
+ height: 100px;
+}
+
+a {
+ margin: 10px;
}
\ No newline at end of file