.round-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff100;
  border-top: 2px solid #1d2362;
  border-right: 2px solid #1d2362;
  border-left: 2px solid #1d2362;
  border-bottom: 2px solid #1d2362;
  border-radius: 50px;
  color: #1d2362;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  line-break: normal;
}
.round-button:hover {
  background-color: rgba(255, 242, 0, 0.8039215686);
  color: rgba(29, 35, 98, 0.7960784314);
}
.round-button.iv-primary {
  background-color: #eb6ea5;
  color: #ffffff;
}
.round-button.iv-primary:hover {
  background-color: rgba(235, 110, 165, 0.7019607843);
  color: #ffffff;
}
.round-button.secondary {
  background-color: #1d2362;
  color: #fff;
  border: 0;
}
.round-button.secondary:hover {
  background-color: rgba(29, 35, 98, 0.7019607843);
  color: #fff;
}/*# sourceMappingURL=round_button.css.map */