header{
	color:rgb(152, 62, 74);
    text-align: center; 
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size: x-large;
	border: 15px solid white;
	padding: 5px;
	background-color: rgb(255, 214, 214);
}

/* class */
.container{
	margin: 100px auto;
	width: 75%;
}

img{
	max-width: 350px;
	float: left;
	border-radius: 10px;
	border: 3px solid white;
	margin-right: 20px;
}

.text h2{
	font-family:Georgia, 'Times New Roman', Times, serif;
	color: rgb(152, 62, 74) ;
	font-size: 30px;
	padding: 5px;
}

.text p{
	font-family: 'Times New Roman', Times, serif;
	color: rgb(152, 62, 74);
	font-size: 17px;
}

/* id */
#authorfooter{
	color: rgb(152, 62, 74);
	text-align: center;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	border: 10px solid white;
	padding: 5px;
	background-color: rgb(255, 214, 214);
}