body {
	background: #1e1e23 url('bg.png') no-repeat top right;
	display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
	font-size: 4em;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 900;
	color: #e3e5e7;
}

svg path {
	fill: #e3e5e7;
	transition: fill 0.25s;
}

svg path:hover {
	fill: #444;
	transition: fill 0.25s;
}

.wrap {
	width: 290px;
	display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.social {
	padding: 0;
}

.social li {
	display: inline-block;
	width: 4em;
	margin-right: 1em;
}

.social li:last-child {
	margin: 0;
}