diff --git a/content/contact.md b/content/contact.md
index 5ee021a..8adabcd 100644
--- a/content/contact.md
+++ b/content/contact.md
@@ -3,28 +3,7 @@ title: Contact
description: "How to reach me"
---
-### Email Address: {{< rawhtml >}} gmgauthier@protonmail.com {{< /rawhtml >}}
+## EMAIL ADDRESS
-## Other Sites
+gmgauthier@protonmail.com
-{{< rawhtml >}}
-
-
-
-{{< /rawhtml >}}
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index b33155a..13d6a70 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -28,7 +28,8 @@
{{ "" | safeHTML }}
-
+
+
diff --git a/static/css/gmgauthier.css b/static/css/gmgauthier.css
index c4998f1..3576063 100644
--- a/static/css/gmgauthier.css
+++ b/static/css/gmgauthier.css
@@ -126,21 +126,6 @@ i {
vert-align: middle;
}
-p.note
-{
- -moz-border-radius: 6px;
- -webkit-border-radius: 6px;
- background-color: #f0f7fb;
- background-image: url(/static/img/pencil-48.png);
- background-position: 9px 0px;
- background-repeat: no-repeat;
- border: solid 1px #3498db;
- border-radius: 6px;
- line-height: 18px;
- overflow: hidden;
- padding: 15px 60px;
-}
-
div.note
{
text-align: justify;