/* Keep the welcome copy centered to the actual composer, regardless of the
   hidden native greeting's text length. */
.steady-welcome-title,
.steady-welcome-title + .steady-welcome-subtitle {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}
.steady-welcome-title::after {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}