diff --git a/Website/Include/CSS/style.css b/Website/Include/CSS/style.css index ee39697..91ff387 100644 --- a/Website/Include/CSS/style.css +++ b/Website/Include/CSS/style.css @@ -55,7 +55,7 @@ hr { font-family: "Montserrat Bold Italc"; font-size: 52px; font-weight: 700; - margin-left: 21%; + text-align: center; color: #ccc; } @@ -82,12 +82,18 @@ hr { } .submitbtn{ - width:30px; height: 47px; background: #333; border: none; } +.submitbtn:hover { + background: #333; + color: #9ab4d5; + height: 47px; + border: none; +} + #footer{ font-size: 14px; }