@font-face {
	font-family: logo;
	src: url('fonts/sansation/Sansation-Regular.ttf');
}

@font-face {
	font-family: aileron;
	src: url('fonts/aileron/Aileron-Light.otf');
}

@font-face {
	font-family: aileron;
	src: url('fonts/aileron/Aileron-SemiBold.otf');
	font-weight: bold;
}

body {
	text-align: center;
	padding-top: 20%;
	font-family: aileron;
	font-size: 15px;
}

.logo {
	font-family: logo;
	font-size: 120px;
}

.subheader {
	font-size: 20px;
	padding-bottom: 20px;
	word-spacing: 5px;
	letter-spacing: 5px;
}