/*box specs */

.box	{
	margin: auto;
	border-radius: 25px;
	border: 2px solid #73AD21;
	padding: 10px; 
	width: 220px;
	height: 180px;
}	

.natty
{
	width: 50%;
	height: 50px;
	background-color: #095339;
	text-align: center;
	margin: 0 auto;
	border-radius: 10px;
}