@import "../../assets/style/all";

:host {
  display: block;
  padding-top: 20px;
}

.focus-title {
  font-size: 2em;
  text-align: center;
}

.content-wrapper {
  max-width: 960px;
  margin: auto;
}

.center-self {
  align-self: center;
}

.loading { position: absolute; top: 112px; left: 0; right: 0; bottom: 0 }
