*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
}

html,
body {
	height: 100%;
	overflow: hidden;
}

html {
	background-color: cornsilk;
}

body {
	font-family: sans-serif;
}

h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 4vw;
	text-align: center;
	color: white;
}


.ture span {
	font-size: 5vw;
	color: yellow;
}

.subject {
	color: teal;

}


.adjective {
	color: pink;

}

.object {
	color: gold;

}

.frequency {
	color: orangered;

}

.verb {
	color: purple;
}