diff --git a/src/app/components/home/home-page/home-page.component.html b/src/app/components/home/home-page/home-page.component.html
index 25128dd66da112ca2f06754a51b7e42251ecae8c..b5b09047dbd1a4b0192f73467a2b2a707896622d 100644
--- a/src/app/components/home/home-page/home-page.component.html
+++ b/src/app/components/home/home-page/home-page.component.html
@@ -1,14 +1,12 @@
 <div fxLayout="column" fxLayoutAlign="center" fxLayoutGap="20px" fxFill>
+  <div fxLayout="row" fxLayoutAlign="center">
+    <h1>
+      <span class="main-heading-secondary">{{ 'login-page.welcome' | translate }}</span>
+      <span class="main-heading-primary">ARSnova</span>
+    </h1>
+  </div>
   <div fxLayout="row" fxLayoutAlign="center">
     <mat-card class="outer">
-      <mat-card-header>
-        <mat-card-title>
-          <h1>
-            <span class="main-heading-secondary">{{ 'login-page.welcome' | translate }}</span>
-            <span class="main-heading-primary">ARSnova</span>
-          </h1>
-        </mat-card-title>
-      </mat-card-header>
       <mat-card-content>
         <div fxLayout="column" fxLayoutAlign="center" fxLayoutGap="20px" fxFill>
           <div fxLayout="row" fxLayoutAlign="center">
diff --git a/src/app/components/home/home-page/home-page.component.scss b/src/app/components/home/home-page/home-page.component.scss
index ab42898cc64d29a9ae792f1965c5833c0e61bfd8..6cdf98fb718f7af91640710adcd6d9c6c641ebd0 100644
--- a/src/app/components/home/home-page/home-page.component.scss
+++ b/src/app/components/home/home-page/home-page.component.scss
@@ -6,10 +6,6 @@
   background-color: #bbdefb;
 }
 
-.main-heading {
-  text-align: center;
-}
-
 .main-heading-primary {
   display: block;
   font-size: 120%;