html,body {
	width: 100%;
	height: 100%;
	margin: 0;
}

body {
	background-color: #8b8b8b; 
	font-family: Verdana;
}

a, a:hover, a:active, a:focus, a:visited {
	color: #8b8b8b;
	text-decoration: none;
}

.logo {
	max-width: 400px;
	margin-top: 200px;
	margin-bottom:20px;
}

.background-white {
	background-color: #fff;
}

.part1 {
	color: #fff;
	padding-top: 50px;
	padding-bottom: 80px;
	text-align: center;
	font-size: 16px;
}

.part1 p {
	line-height: 30px;
	margin-bottom: 10px;
}

.part2 {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 150px;
	text-align: center;
	color: #8b8b8b;
	font-size: 16px;
	font-weight: lighter;
}

.part2 p {
	line-height: 30px;
}

.part2 img {
	margin-bottom: 30px;
}

.part3 {
	padding-bottom: 20px;
}

@media (max-width: 769px) {
	.logo {
		margin-top: 50px;
	}

	img {
		width: 100%;
	}
}