div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}

img {
  width: 50%;
}

#copyright {
	font-family: "Fragment Mono", monospace;
	font-weight: 100;
	margin: 10px;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
}