body {
	font-family: sans-serif;
	font-size: 10pt;
	margin: 0;
}

.container {
	
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(/images/back.jpg);
	background-size: cover;
}

.wrapper {
	margin: 0 auto;
	width: 22%;
	padding-top: 24%;
}

.logo {
	display: block;
	width: 100%;
}

.description {
	text-align: center;
	color: white;
}
