app-home {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  text-align: center;
  .app-home {
    &__bottom {
      margin-top: 90px;
    }
  }
}