diff --git a/contact/Contact.html b/contact/Contact.html
index f16472d..40e069c 100644
--- a/contact/Contact.html
+++ b/contact/Contact.html
@@ -50,9 +50,9 @@
Joshua Killen
-
- Bio
- Joshua Killen is a Foundation year student at CU Coventry studying Digital Technologies. Interested in computers and physics from a young age, he has been studying the subjects ever since with the hopes of entering a career in cybersecurity.
+
+ Bio
+ Joshua Killen is a Foundation year student at CU Coventry studying Digital Technologies. Interested in computers and physics from a young age, he has been studying the subjects ever since with the hopes of entering a career in cybersecurity.
diff --git a/contact/contact_assets/contact.css b/contact/contact_assets/contact.css
index cf3c5e1..5e7a1a5 100644
--- a/contact/contact_assets/contact.css
+++ b/contact/contact_assets/contact.css
@@ -4,4 +4,17 @@ h1 {
.profile {
border: 4px solid #f2f2f2;
+}
+
+.bio {
+ font-size: 4vw;
+}
+
+.bioContent {
+ font-size: 0.5em;
+}
+
+.bioTitle {
+ font-family: neon80
+ font-size: 1em
}
\ No newline at end of file
diff --git a/main.css b/main.css
index 4af435e..83247cb 100644
--- a/main.css
+++ b/main.css
@@ -22,23 +22,10 @@ h2 {
font-family: neon80;
}
-details {
- font-size: 4vw;
-}
-
-p {
- font-size: 0.5em;
-}
-
-summary {
- font-family: neon80
- font-size: 1em
-}
-
abbr {
- border-bottom: none !important;
- cursor: inherit !important;
- text-decoration: none !important;
+ border-bottom: none;
+ cursor: inherit;
+ text-decoration: none;
}
.footer {