diff --git a/src/assets/global.css b/src/assets/global.css
index 2c50737..7f713da 100644
--- a/src/assets/global.css
+++ b/src/assets/global.css
@@ -31,6 +31,26 @@ a.visited {
box-shadow: 0 0 5px 5px #252525;
}
+.button {
+ background-color: #3db686;
+ border: none;
+ color: white;
+ padding: 1% 1%;
+ text-align: center;
+ text-decoration: none;
+ display: inline-block;
+ font-size: 16px;
+ margin: 4px 2px;
+ transition-duration: 0.4s;
+ cursor: pointer;
+}
+.button:hover {
+ background-color: #101010;
+ color: #3db686;
+ border: #3db686;
+}
+
+
.gameserversCardTitle, .centreofattention {
text-align: center;
}
@@ -43,4 +63,4 @@ a.visited {
.card {
flex-direction: column;
}
-}
\ No newline at end of file
+}
diff --git a/src/lib/Header.svelte b/src/lib/Header.svelte
index a58139e..c103229 100644
--- a/src/lib/Header.svelte
+++ b/src/lib/Header.svelte
@@ -8,6 +8,8 @@
Donate
|
Minecraft
+ |
+ Contact
\ No newline at end of file
+
diff --git a/src/routes/instances.md b/src/routes/instances.md
index fb9d31f..fbd466e 100644
--- a/src/routes/instances.md
+++ b/src/routes/instances.md
@@ -33,6 +33,15 @@ title: Our Instances
+