diff --git a/style.css b/style.css index f437bfa..aeba6f4 100644 --- a/style.css +++ b/style.css @@ -51,6 +51,14 @@ h1{ font-size: 22px; } +h2{ + font-weight: bold; + margin-bottom: 5px; + text-align: center; + font-size: 16px; + color: red; +} + .loginbox p, .registerbox p{ margin: 0; padding: 0;