diff --git a/index.html b/index.html index 0b02f1f..9ce69ef 100644 --- a/index.html +++ b/index.html @@ -7,10 +7,14 @@ <title>Sternfahrt Profilbild</title> </head> <body> - <div style="margin:auto ;"> - <h3>Profilbildgenerator</h3> - <h5>für die Sternfahrt 21.04.2024 in München</h5> - <div class="pbg-container"></div> + <div style="margin:auto; text-align:center;"> + <h1 style="margin: auto; font-family: 'jost-semi', sans-serif;"> + Profilbildgenerator + </h1> + <h3 style="margin: auto; font-family: 'jost-semi', sans-serif;"> + für die Rad-Sternfahrt 21.04.2024 in München + </h3> + <div class="pbg-container" style="margin: auto;"></div> </div> <script type="text/javascript" src="https://unpkg.com/profile-picture-generator@1.5.0/dist/profile-picture-generator.js"