diff --git a/resources/css/style.css b/resources/css/style.css
index 1f8a953b26d4b1c6a23a95bb39f796316efe3178..5bf700c91ffad414120ea1afaf5cd06bc2e89a9b 100644
--- a/resources/css/style.css
+++ b/resources/css/style.css
@@ -26,9 +26,6 @@ button: hover, .button:hover {
 h1, h2, h3, h4, h5, h6 {
     color: #214BB5;
 }
-h3 {
-    margin-top: 2rem;
-}
 a, a: visited, a:active, a:link {
     text-decoration: underline;
 }
@@ -58,9 +55,6 @@ main form {
     margin: 1rem;
 
 }
-main h2 {
-    font-size: 1.5rem;
-}
 
 /* wizard */
 .wizard > .steps .current a, .wizard > .steps .current a: hover, .wizard > .steps .current a:active {