@font-face {font-family: returns; src: url('Returns.ttf'); }
h1 {
	font-family: returns;
	font-size: 2000%;
	font-weight: 700;
	transform: scaleY(2.5);
	display: inline-block;
	color: #fae505;
	position: absolute;
	top: -2%;
	left: 7%;
}
body {
	background-color: #826754;
}
