diff --git a/sass/index.css b/sass/index.css
index 32cf428..533053e 100644
--- a/sass/index.css
+++ b/sass/index.css
@@ -28,6 +28,26 @@ p {
font-size: 150%;
}
+.header-title {
+ height: 300px;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ font-family: 'Staatliches', sans-serif;
+}
+
+.header-title h1 {
+ font-size: 90px;
+ letter-spacing: 30px;
+ margin: 0;
+}
+.header-title h2 {
+ font-size: 30px;
+ letter-spacing: 10px;
+ margin: 0;
+}
+
.divider {
height: 3px;
background-color: #ad080f;