.flash {
  padding: 1rem 1.5rem;
  margin: 0;
  font-size: 0.95rem;
  text-align: center;
}

.flash--notice {
  background-color: #1e1228;
  color: #c9a0f0;
  border-bottom: 1px solid #9B51E0;
}

.flash--alert {
  background-color: #3a1a1a;
  color: #f87171;
  border-bottom: 1px solid #7f1d1d;
}
