diff --git a/styles.css b/styles.css index 04d710f..2862173 100644 --- a/styles.css +++ b/styles.css @@ -14,8 +14,8 @@ font-family: var(--body-font); font-size: 18px; display: flex; - justify-content: center; align-items: center; + height: 100vh; } #palindrome-check, @@ -29,7 +29,7 @@ text-align: center; display: flex; flex-direction: column; - gap: 5px; + gap: 15px; } .freecodecamp-logo {