#flashMessages {
  margin-top: 10px;
  text-align: center;
}

.flash-message {
  margin: 5px auto;
  padding: 10px;
  border-radius: 4px;
  width: 80%;
}

.flash-message.success {
  background-color: #d4edda;
  color: #3b9e52;
  border: 1px solid #c3e6cb;
}

.flash-message.info {
  background-color: transparent;
  color: #ffffff;
}

.flash-message.danger {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
ul {
  list-style-type: none; /* Removes the bullet point */
  padding: 0; /* Removes default padding */
  margin: 0; /* Removes default margin */
}

ul li {
  text-align: center; /* Centers the text */
}
