#main-content [data-drupal-messages] [aria-label="Status message"] {
  /*background-color: #fed330;*/
  background-color: #ffdd59;
}

#main-content [data-drupal-messages] [aria-label="Status message"] a {
  border-bottom: 1px dotted #333;
  color: inherit;
  font-weight: 500;
}

#main-content [data-drupal-messages] [aria-label="Status message"] a:hover {
  border-bottom: 1px solid #000;
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}

.webform-confirmation__message {
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
}

.webform-confirmation__message h2{
  margin-bottom:1.5rem;
  margin-top:1.5rem;
  text-align:center;
}

.webform-confirmation__message p{
  text-align:center;
}