/* Add any valid CSS declarations */

.important-announcement {
border: solid 1px #881c1c;
color: #000;
background-color: #f8d7da;
border-radius: 4px;
padding:1.5rem;
margin-bottom: 1.5rem;
}

.important-announcement h3 {
color: #881c1c;
}

.important-announcement p:last-of-type {
padding-bottom: 0;
margin-bottom: 0;
}