
body {
	width: 100%;
	background-color:#DF93EE;
}

header {
	color:#D94286;
	font-size: 6em;
	font-family: "Trebuchet MS",Georgia,serif ;
    text-shadow: 2px 2px 4px #3D1D5E;
	text-align: center;
}

p {
	color:#D94286;
	font-size: 3em;
	font-family: "Trebuchet MS",georgia,serif ;
    text-shadow: 2px 2px 4px #3D1D5E;
	text-align: center;
}

p:hover {
	color:#D94286;
}

#container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items : center;
}

img {
	width: 200px;
	margin: 10px;
	border-radius: 10px;
	transition: all 0.5s ease;
}

figcaption {
	text-align: center;
	color: #D8C7E7;
	font-family: "Trebuchet MS",Georgia,serif ;
    text-shadow: 2px 2px 4px #3D1D5E;
}

img:hover {
	margin: 0px;
	width: 220px;
}