#banner {
	background-image: url(bg1.gif);
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

#shapes {
	width: 50%;
	background-color: white;
	padding: 1em;
	border: black solid 1em;
}
#cont{
	border-top: black solid 1px;
}
