@import "../../variables.scss";

.splash {
  margin: auto;
  text-align: center;
  &__title {
    font-size: 3.5em;
    line-height: 1;
  }
  &__subtitle {
    color: $text-muted-color;
  }
}
