diff --git a/assets/style.css b/assets/style.css index f6306e7..0945a11 100644 --- a/assets/style.css +++ b/assets/style.css @@ -9,6 +9,7 @@ html, body { flex-direction: column; justify-content: flex-start; align-items: center; + font-size: 40px; } .content { display: flex; @@ -18,12 +19,12 @@ html, body { } .pp { border-radius: 50%; - width: 100px; - height: 100px; + width: 200px; + height: 200px; margin-bottom: 10px; } .title { - font-size: 50px; + font-size: 90px; text-align: center; margin: 0; } @@ -41,4 +42,4 @@ html, body { text-align: center; margin-top: auto; margin-bottom: 20px; -} \ No newline at end of file +}