.wallet-image {
  width: 100%;
}
.wallet-conn {
  height: 100vh;
}

.wallet-area {
  height: 100vh;
}

.wallet-header {
  letter-spacing: 1.25rem;
  color: #eee;
  font-size: 3rem;
  margin-bottom: 5rem;
  font-weight: 600;
}

.conn-image {
  width: 5rem;
  height: 5rem;
}

.conn-card {
  margin-top: 5rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  transition: 0.4s;
}

.conn-header,
.conn-writing {
  margin-top: 1.5rem;
}

.conn-card:hover {
  box-shadow: 0px 0px 20px 9px rgb(121 82 179/ 70%);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.conn-area {
  padding-right: 1rem;
  padding-left: 1rem;
}

.qr-image {
  width: 100%;
}

.wallet-link,
.wallet-link:hover {
  color: white;
  text-decoration: none;
}
