// Messages // // Show alert messages to users. You may add it to single elements like a `<p>`, // or to a parent if there are multiple elements to show.

.message {

background-color: #f9f9f9;
color: #717171;
margin-bottom: 1rem;
padding: 1rem;

}