body {
	background-image: url("welcome-images/wood.jpeg");
}

h1 {
	color: white;
	text-align: center;
	font-size: 80px;
	font-family: "papyrus";
}

img {
	width: 30%;
	border: 3px solid white;
	margin: 10px;
}

div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}