.red_btn {
  background-color: #b64747;
  border-radius: 12px;
  padding: 12px 18px;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: white;
  letter-spacing: 3px;
  cursor: pointer;
  transition: background-color 0.2s;
  text-align: center;
}
.red_btn:hover {
  background-color: #642727;
}/*# sourceMappingURL=ui.css.map */