html, body {
  font-family: sans-serif;
  font-size: 16px;
  margin: 0;
  height: 100%;
  background: #eee;
}
body {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
a {
	color: inherit;
	margin: 0 0.75em;
}

section {
	background: #fff;
	border-radius: 10px;
	border: 10px solid #ddd;
	padding: 1em;
	margin: 1em;
	text-align: center;
	box-shadow: 16px 16px 16px #ccc;
}

img {
	max-width: 200px;
	width: 100%;
	height: auto;
	border-radius: 50%;
	border: 10px solid #ddd;
}