diff --git a/public/page/contact/ContactPage.jsx b/public/page/contact/ContactPage.jsx
index aecabe8..8ebf6bb 100644
--- a/public/page/contact/ContactPage.jsx
+++ b/public/page/contact/ContactPage.jsx
@@ -27,6 +27,8 @@ import Page, { PageBoundary } from './../Page';
import Input, { Form, InputGroup, TextArea, Label, ButtonGroup } from './../../input/Input';
import Language from './../../language/Language';
import ElementScrollFader from './../../animation/fade/ElementScrollFader';
+import ContentBox from './../../content/ContentBox';
+import { Title, Paragraph } from './../../typography/Typography'
import Section, {
BodySection,
ClearSection,
@@ -46,46 +48,56 @@ class ContactPage extends React.Component {
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/styles/pages/_contact-page.scss b/public/styles/pages/_contact-page.scss
index 517cbb5..232233c 100644
--- a/public/styles/pages/_contact-page.scss
+++ b/public/styles/pages/_contact-page.scss
@@ -10,6 +10,7 @@
.p-contact-page {
background-color: #37085E;
background-image: url('./../images/patterns/arcade.svg');
+ background-size: 150% auto;
&__message-element {
resize: none;