@font-face {
  font-family: "Titillium Web";
  src: url("../font/TitilliumWeb-Regular.ttf");
}

/* CodePen styles */
body {
  font-family: "Titillium Web";
  background-color: black;
}

/* Demo styles */
h1 {
	font-size: 12vw;
	color: yellow;
	text-align: center;
}

.z-text {
	transform: rotateX(-15deg);
	transition: transform 1s;
}

.z-layer:not(:first-child) {
	color: green;
}