body {
	text-align: center;
	color: #ffffff;
	background-color: #9b9ab3;
	padding-top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 60px;
}

p {
	font-size: 16px;
	line-height: 24px;
}

.name {
	font-size: 34px;
}

.contact {
	font-size: 14px;
}

a {
	color: #ffffff;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}