
.vue-home {
  background-color: #2f3447;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.vue-home__main {
  user-select: none;
  width: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.vue-home__footer {
  width: 100%;
  flex-grow: 0;
  text-align: center;
  padding: 1em 0;
}

.vue-home__footer > a {
  font-size: 12px;
  color: #ababab;
  text-decoration: none;
}

.vue-home__loading {
  height: 32px;
  width: 32px;
  margin-bottom: 20px;
}

.vue-home__title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.vue-home__sub-title {
  color: #ababab;
  font-size: 12px;
}