* {
box-sizing: border-box;
}
body {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
    background-color: #888888;
    
}.hero-image {
	margin-top: 100px;
	background-image: url("../Winnie/Winnie ashes.jpg");
	background-color: lightskyblue;
	height: 350px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 0px;
	}
.hero-text{
	text-align: center;
	position: absolute;
	top: -30%;
	left: 80%;
	transform: translate(-50%, 50%);
	color: white;
}
.hero-text h3, h4 {
	text-align: left;
}
.winniePics {
	
.links {
	list-style-type: none;
	color: white;
	font-size: 125%;
	text-decoration: none;
}
#winnie1  {
	float: left;
	width: 180px;
	height: 200px;
	color: cornsilk;
	*ackground-color: black;*/
	padding: 5px;
	border-radius: 10%;
	margin-top: 2px;
	margin-left: 25px;
	
}
#winnie2	{
	float: left;
	width: 180px;
	height: 200px;
	color: cornsilk;
	/*background-color: black;*/
	padding: 5px;
	border-radius: 10%;
	margin-top: 2px;
	padding-left: 25px;
}
#caption1	{
	margin-left: 10px;
	font-size: 150%;
	text-decoration: underline;
	color: palegoldenrod;
}
#caption2 {
	margin-left: 200px;
	font-size: 150%;
	text-decoration: underline;
	color: palegoldenrod;
	margin-top: -40px;
}