/* App layout */

.app-layout {
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 64px;
}

.main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 16px;
}

/* Page title */

.page-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 16px;
  text-align: center;
}

.page-title__sub {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-muted);
}
