body {
	box-sizing: border-box;
	background: #222 url(babel-bg.jpg) repeat center;
	background-attachment: fixed;
	color: #fff;
	text-align: center;
	display: grid;
	place-content: center;
	font: 300 16px/1.4 "Muli", sans-serif;
	font-size: 14px;
	padding: 2em;
}

.wrapper {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 1.5em;
	text-align: center;
	max-width: 600px;
	width: 100%;
}

img {
	display: block;
	margin: 1.5em auto;
}

a,
a:hover {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
