body {
  background: var(--app-background);
  min-height: calc(100vh);
}

.app-title {
  color: var(--primary-color);
}
