diff --git a/Discourse_test/common/common.scss b/Discourse_test/common/common.scss
deleted file mode 100644
index 72fa5d3fdb48856ff25e0ef5f9653b5e1e9eb724..0000000000000000000000000000000000000000
--- a/Discourse_test/common/common.scss
+++ /dev/null
@@ -1,14 +0,0 @@
-.hello-world-banner {
-    height: 300px;
-    width: 100%;
-    background: red;
-    display: flex;
-    align-items: center;
-    justify-content: center;
-    margin-bottom: 1em;
-}
-
-.hello-world {
-    font-size: 8em;
-    color: white;
-}