

*{box-sizing:border-box}


#container {
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	box-shadow: 5px 5px 5px #7e6551;
	background-color: #ded7d5;
	font-family:"Times New Roman", Times, serif;
}

img{
	opacity:0.75;
}

img:hover{
	opacity:1;
}
h2:hover{
	color:#364d4c;
}


h1{
	text-align: center;
	padding-bottom:0px;
	padding-top: 10px;
	margin-bottom:5px;
	font-family:"Copperplate", fantasy, serif;
	font-size: 50px;
	color: #230c33;
	border-bottom-style: double;
	border-bottom-width: 5px;
}

h2 {
	text-align: center;
	color: #466362;
}

.around{
	padding-right:15px;
	padding-left:15px;
}

#into{
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;
}



#col1{
	width:50%;
	float: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	
	
	
}


#col2{
	width:50%;
	
	padding:15px;
}

footer{
	text-align: center;
}