diff --git a/index.html b/index.html
index 5e9e4e7..dfc3fce 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,6 @@
margin: 0;
display: flex;
flex-direction: column;
- justify-content: center;
align-items: center;
text-align: center;
}
@@ -43,11 +42,7 @@
font-family: 'Titillium';
}
- h1 {
- text-align: center;
- }
-
- h2 {
+ h1, h2, h3 {
text-align: center;
}
@@ -60,6 +55,7 @@
display: flex;
align-items: center;
gap: 8px;
+ margin-top: 20px; /* Abstand zum oberen Inhalt */
}
.button:hover {