/* Pastikan tombol Connect Wallet mencolok */
.btn-connect {
    display: inline-block;
    background: #6741d9; /* Warna ungu Pi */
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: bold;
    border: 2px solid #fff;
    cursor: pointer;
    margin-top: 20px;
    z-index: 999;
    position: relative;
    box-shadow: 0 0 15px rgba(103, 65, 217, 0.5);
}

.btn-connect:hover {
    background: #D4AF37; /* Berubah jadi emas saat disentuh */
    color: #000;
}