body {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    user-select: none;
  }

  .content {
    margin: 0;
    padding: 0;
  }

  .welcome-text {
    font-size: 2em;
  }

  .welcome-sub-text {}
  
  .tglink {
	text-decoration: none;
  }