body {
	color: #1C1E32;
	align-content: center;
	text-align: center;
	font-family: sans-serif;
	margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

img {
	width: 30%;
}