html,
body {
  height: 100%;
  margin: 0;
}

.fullscreen-content {
  min-height: 100vh;
}

.hosted-page-root {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  background: #0e0e0e;
  color: #f3f4f6;
}

.hosted-page-root .akapulu-conversation {
  width: 100%;
  max-width: 1320px;
}
