:host {
  display: flex;
  align-items: center;

  width: 100vw;
  height: 100vh;

  color: var(--color-gray-444);
  text-align: center;
}
