@font-face {
	font-family: Jacquard12;
	src: url("fonts/Jacquard12-Regular.ttf");
	font-weight: 400;
}
@font-face {
	font-family: JacquardaBastarda;
	src: url("fonts/JacquardaBastarda9-Regular.ttf");
}

body {
	background-color: #173b45;
	max-width: 700px;

	text-align: center;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;

	text-wrap: pretty;
}
h1 {
	font-family: Jacquard12;
	color: #f8eded;
	font-size: 110px;
	font-weight: normal;
	margin-bottom: 30px;
}
h2 {
	font-family: JacquardaBastarda;
	color: lavenderblush;
	font-size: 40px;
	font-weight: normal;
	text-rendering: geometricPrecision;
}
h3, h4, h5 {
	color: lavenderblush;
}
p {
	color: ghostwhite;
}
hr {
	max-width: 400px;
}

<!-- Off-black: 		#173b45 -->
<!-- Pinkish off-white: #f8eded -->
<!-- Cool yellow:		#f4ce14 -->
<!-- Robert says: "Why are you reading my stylesheet? Nerd." -->