<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.react-button a {
  display: inline-block;
  color: #fff;
  padding: 12px 30px 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  background-color: #df0a0a;
  border-radius: 15px;
}
.react-button a:hover {
  background: #ffecec;
  color: #1C2539;
}
.react-button a svg {
  width: 20px;
  position: relative;
}/*# sourceMappingURL=button.css.map */</pre></body></html>