#introbox {
	float: left;
	width: 60%;
}
#picturebox {
	float: right;
	width: 30%;
}
.menu {
	list-style-type: none;
	align-items: center;
	justify-content: center;
}
.menu-item {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
