a {
	color: #000;
}
body {
	background: #7fb685;
	text-align: center;
}
div {
	display: flex;
	align-items: center;
}
h2 {
	font-weight: normal;
}
hr {
	border-color: #000;
	width: 480px;
}
img#logo {
	background: #fefae0;
	border-radius: 100%;
	width: 480px;
}

img.social {
	width: 64px;
}
