:root
	--bgColor #1b1819
	--color #e81b3e
*
	box-sizing border-box
      
body
	background-color var(--bgColor)
	width 100vw
	height 100vh
	position absolute
	top 0
	left 0
	display block
	padding 0
	margin 0
	overflow hidden
	text-align center

	section
		font-family 'Cheee'
		font-variation-settings 'yest' 0.0, 'gvty' 0.0
		width 100%
		margin 27vh auto
		display inline-block

		.special
			&.split
				color inherit
				> div
					transform-origin 50% 50%
					will-change font-variation-settings

				&.snake
					line-height 1em
					color var(--color)
					font-size 35vw
					text-shadow 0 0 3vw

				&.wave
					line-height 1em
					color var(--color)
					font-size 9.5vw
					margin-top -0.8em
					text-shadow 0 0 3vw

