.alert {
  background-color: #ffeeba;
  border-left: 5px solid #f0ad4e;
  padding: 1rem;
  font-size: 1.1rem;
  color: #856404;
  margin: 1rem 0;
  border-radius: 4px;
}
