diff --git a/index.html b/index.html index a0f603f..22c9eec 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,8 @@ src: url(PixelifySans-VariableFont_wght.ttf); } - html, body { + html, + body { overflow: hidden; margin: 0; padding: 0; @@ -78,7 +79,7 @@ box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); transform: translateY(-2px); } - + .btn-container { align-self: flex-end; margin-top: 1rem; @@ -94,7 +95,8 @@ top: 2vh; display: flex; flex-direction: column; - color: #aaa; + color: #fff; + text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8); font-size: 1rem; line-height: 1.6; opacity: 0; @@ -151,14 +153,14 @@