.flash {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 4px;
}

.flash-notice {
  background: #eef7ee;
  color: #1f6b32;
}

.flash-alert {
  background: #fdeeee;
  color: #b00020;
}
