/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
/* Do not use this */
/* Use this */
go-center {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}
go-center.align-text {
  text-align: center;
}