.important-note {
  color: red;
  font-weight: bold;
}
.underline-warning {
   text-decoration: underline wavy red;
   text-underline-offset:  3px;
}


