diff --git a/index.html b/index.html index d9efcec..70ed6d3 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + diff --git a/style.css b/style.css index 79f391a..0e524a2 100644 --- a/style.css +++ b/style.css @@ -4,18 +4,18 @@ } body, html { - font-family: sans-serif; + font-family: 'PT Sans Narrow', sans-serif; text-align: center; } #title { - margin-top: 50px; - font-size: 50px; + margin-top: 50pt; + font-size: 40pt; } #genre { - margin-top: 50px; - font-size: 50px; + margin-top: 40px; + font-size: 60pt; font-weight: bold; color: #666; } @@ -26,8 +26,8 @@ body, html { } #impressum { - margin-top: 5px; - font-size: 10px; + margin-top: 14pt; + font-size: 14pt; color: #999; }