html,body {height: 100%;padding: 0px;margin: 0px;}
body {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #111;
}

#gsTitle {
	position: relative;
	color: #fff;
	/*font-size: 108px;
	font-family: "oswald", sans-serif;*/
	font-size: 60px;
	line-height: 80px;
	font-family: "Raleway", sans-serif;
	font-weight: bold;
}
#gsTitle
.gsTitle-title {margin: 0; white-space: nowrap;}

.gsTitle-color {
	position: absolute;
	top: 0;
	opacity: 0;
	/*margin: -.05em 0 0 .05em;
	color: dodgerblue;*/
	margin: -.08em 0 0 .08em;
	color: #04eff2;
	mix-blend-mode: darken;
	transition: .1s;
	transition-property: opacity, margin;
}

.gsTitle-b {
	/*margin: .05em 0 0 -.05em;
	color: tomato;*/
	margin: .08em 0 0 -.08em;
	color:#fc0551;
	mix-blend-mode: color-burn;
}

.gsTitle-glitched .gsTitle-color {opacity: .4;}


@media screen and (max-width: 768px) {
    #gsTitle{font-size: 2em !important;}
}