diff --git a/src/routes/+page.css b/src/routes/+page.css index 3a0a3f8..18236b3 100644 --- a/src/routes/+page.css +++ b/src/routes/+page.css @@ -20,7 +20,8 @@ body { margin: 0; padding: 0; font-family: 'sary_soft_semiboldregular'; - color: rgb(0, 255, 0) + color: rgb(0, 255, 0); + text-align: center; } .parallax-background { @@ -44,6 +45,8 @@ body { align-items: center; position: relative; overflow: hidden; + padding-right: 50px; + padding-left: 50px; } .image-wrapper {