html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Open Sans Condensed', sans-serif;
  height: 100%;
}

h1 {
  display: block;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
}

img {
  display: block;
  width: 100%;
  max-width: 700px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 24px;
	text-align: center;
}

ul {
	margin-bottom: 30px;
}

a img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
}