.connect-button{background-color:#d2bd00;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:10px 20px;color:#0e0c01;font-weight:900;font-size:16px;border-radius:50px;cursor:pointer;width:300px;border:2px solid #0e0c01;svg{fill:#0e0c01;height:25px;width:25px}}.connect-button:hover{transform:scale(1.05);background:#0e0c01;color:#d2bd00;border:2px solid #d2bd00;svg{fill:#d2bd00}}@media (max-width:500px){.connect-button{width:200px;padding:7px}}