@font-face
	{
		font-family:		'edunswact';
		src: URL('/fonts/EduNSWACTCursive-Regular.ttf') format('truetype');
	}
body
	{
		background-color: 	#171D37;
		font-family:		edunswact;
	}
.div-main
	{
		position: 			absolute;
		left:				50%;
		top:				50%;
		-webkit-transform:	translate(-50%, -50%);
		transform:			translate(-50%, -50%);
		color:				#FFFFFF;
		text-align:			center;
	}
.div-main-title
	{
		font-size:			34px;
	}
.div-main-description
	{
		font-size:			16px;
		color:				#BBD7F0;
	}