diff --git a/script.js b/script.js index e934173..bd6d2a5 100644 --- a/script.js +++ b/script.js @@ -43,7 +43,7 @@ let fields = [ 'Aus Plastik Müll wird was gebaut', 'Es wird geschrien', 'es wird gesungen', - '„ mir ist kalt“', + '„mir ist kalt“', 'Dinge bekommen Namen', '„das ist auf einem anderen Level"', 'kleine Krebse', diff --git a/style.css b/style.css index 49f541e..0541d3f 100644 --- a/style.css +++ b/style.css @@ -18,7 +18,8 @@ img { width: 100%; } -h1 { +h1, p { font-family: Arial, Helvetica, sans-serif; text-align: center; + margin: 5px; }