.danger {
  color: white;
  background-color: #EE4E4E;
}

.danger .button {
  color: white;
  background: #222;
}

.danger .title {
  font-size: 20px;
  text-decoration: underline;
    text-decoration-color: #ffd700;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}