#connectBtnPera {
  color: #000;
  cursor: pointer;
  background-color: #fef08a;
  border: none;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  transition: background .3s;
  display: flex;
}

#connectBtnPera img {
  width: 45px;
  height: 45px;
}

#connectBtnPera:hover {
  background-color: #fde047;
}

#connectArea {
  justify-content: center;
  align-items: center;
  display: flex;
}
/*# sourceMappingURL=VanillaJS.aa436662.css.map */
