:root {
  --primary: #fff;
  --primary-text: #484848;
  --secondary: #484848;
  --secondary-text: #484848;
  --accent: #ae3500cc;
  --accent-text: #484848;
  --s-font-c9aa0798: Lato;
  --s-font-8390fa16: Roboto;
  --s-font-258b37c4: Oswald;
}

.root * {
  max-width: 100%;
  z-index: 0;
  pointer-events: all;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  display: flex;
  position: relative;
  flex-direction: column;
  align-content: center;
  align-items: center;
  flex: none;
  font-family: var(--s-font-258b37c4);
}

.root p {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: visible;
  word-break: break-word;
  word-wrap: anywhere;
}

.root .connect_btn {
  background: #A38958;
  border-bottom: 0px solid rgb(85, 71, 128);
  border-left: 0px solid rgb(85, 71, 128);
  border-radius: 10px;
  border-right: 0px solid rgb(85, 71, 128);
  border-top: 0px solid rgb(85, 71, 128);
  box-shadow: 7px 7px 30px rgb(0 0 0 / 20%);
  color: #fff;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 15px;
  justify-content: center;
  margin: 0px 0px 20px 0px;
  opacity: 1;
  padding: 4px 32px 4px;
  width: auto;
  max-width: 100%;
}

.root .connect_btn p {
  color: #FFFFFF;
  font-family: var(--s-font-258b37c4);
  font-size: 14px;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin: 0px 0px 0px 0px;
  text-align: center;
  transition-delay: 1200ms;
  transition-duration: 800ms;
  width: auto;
  z-index: 1;
  max-width: 100%;
  justify-content: center;
}

.root .connect_btn:hover {
  background: #A38958;
  /* box-shadow: 0px 0px 0px rgb(0 0 0 / 20%); */
  /* transform: translate(10px, 10px); */
}

@media screen and (max-width: 840px) {
  .connect_btn {
    margin: 20px 0px 20px 0px;
  }
}