File: /var/www/html/testConnect/styles.css
* {
margin-bottom: 1rem;
}
body {
font: white;
background-color: rgb(13,9,105) ;
width:60%;
margin-left:auto;
margin-right:auto;
}
button {
border: none;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 12px;
}
.form-section-display {
display: flex;
justify-content: center;
}
.sign-input {
margin-left: 20px;
width: 250px;
}
.mb-0 {
margin-bottom: 0;
}
.wallet-connect-btn {
padding: 0;
border-radius: 0;
border-bottom: none;
}