diff --git a/html/style.css b/html/style.css
index 0e5fbfc..d60decd 100644
--- a/html/style.css
+++ b/html/style.css
@@ -56,6 +56,13 @@ input{
#LinkButtons{
display: inline-block;
}
+#ConnectButton {
+ display: block;
+ margin: 0 auto;
+ margin-bottom: 20px;
+ padding: 20px 40px; /* Increase the padding to make the button bigger */
+ font-size: 20px; /* Increase the font-size for better readability on small screens */
+}
.button {
background-color:transparent;
border-radius:28px;