.alert {
  padding: 20px;
  background-color: red;
  color: white;
}

.success {
  padding: 20px;
  background-color: green;
  color: white;
}