html, body {
	color: #000;
	background-color: #fff;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	line-height: 70%;
}
.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 100%;
	font-size: 1vw;
}
h1 {
	text-align: center;
	font-weight: bold;
	font-size: 14em;
}
h2 {
	text-align: center;
	font-weight: normal;
	font-size: 8em;
}
.name {
	color: #0b0;
}
.itis {
	color: #000;
	font-size: 9em;
}
.turn {
	color: #000;
	font-size: 5em;
}

@media only screen and (max-device-width: 480px) {
	.container {
		font-size: 1.3vw;
	}
	
}