/* src/styles.scss */
button {
  display: block;
  margin: auto;
  background: rgb(203, 43, 57);
  color: white;
  border-radius: 6px;
  height: 36px;
  padding: 0.5rem 1rem;
  border: none;
  font-weight: 500;
  font-size: 14px;
}
button:not([disabled]) {
  cursor: pointer;
}
button:hover {
  border: none;
  outline: none;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
button:active {
  background: rgb(206, 56, 68);
  border: none;
  outline: none;
}
button:focus {
  border: none;
  outline: none;
}
h1 {
  text-align: center;
}
p {
  text-align: center;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
