@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css);
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap");
.bg-highlight {
  background-color: #ffbf00 !important; }

.color-highlight {
  color: #ffbf00 !important; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Amatic SC", cursive; }

.readme h1,
.readme h2,
.readme h3,
.readme h4,
.readme h5 {
  color: #ffbf00 !important;
  font-weight: 700; }

.form-error,
.invalid-feedback,
.form-loading,
.form-report-error,
.form-report-success {
  display: none; }

.form-error {
  color: #ffbf00;
  font-weight: bold; }

.active {
  display: block; }
