div {
	display: flex;
	justify-content: center;
	align-items: center;
}

img {
	width: 30%;
}

body {
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 40px;
  text-align: center;
}