.button, button.button {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237,242,247,var(--bg-opacity));
  font-weight: 600;
  font-size: 1.125rem;
  border-radius: .5rem;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
  outline: 0;
  padding: 1rem 2rem;
  line-height: 1.25;
  text-align: center;
  display: inline-block;
}
.button, button.button, html {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74,85,104,var(--text-opacity));
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.mr-8 {
  margin-right: 2rem;
}
button, input, optgroup, select, textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
[role="button"], button {
  cursor: pointer;
}
button {
  background-color: transparent;
  background-image: none;
}
[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: button;
}
button, select {
  text-transform: none;
}
button, input {
  overflow: visible;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
      margin-right: 0px;
}
