@font-face {
	font-family: "Myriad Pro Light";
	src: url(MyriadPro-Light.ttf) format("truetype");
}

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	font-family: "Myriad Pro Light", Helvetica, Arial, sans-serif;
}

html {
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	margin: 
}

.content {
	position: absolute;
	top: -500px;
	height: 500px;
	width: 700px;
	text-align: center;
	color: #000;
	opacity: 0;
	font-weight: bold;
}

.top {
	font-size: 150px;
}

.bottom {
	font-size: 300px;
}