.main{
  position:relative;z-index:1;flex:1;display:flex;align-items:center;
  justify-content:center;padding:2rem;
}
.container{text-align:center}
.page-title{
  font-size:2rem;font-weight:700;letter-spacing:-.03em;
  background:linear-gradient(135deg,#e0e7ff 0%,#a78bfa 50%,#7c3aed 100%);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.page-sub{
  margin-top:.5rem;font-size:.95rem;color:rgba(255,255,255,.4);font-weight:300;
}
.divider{
  width:60px;height:2px;margin:2rem auto;
  background:linear-gradient(90deg,transparent,rgba(124,58,237,.4),transparent);
}
#tg-widget{
  display:flex;justify-content:center;
}
