
header{
	font-size:22px;
	font-family:Century Gothic;
	text-align:center;
}
h1{
	background-color: gray;
	color: white;
}
p{
	font-size:20px;
}

main{
	margin-left:200px;
}

.box{
	display:block;
	float:left;
	padding:10px;
	padding-left:100px;
	overflow:hidden;
	border-radius:10px;
	margin-left:200px;
}

img{
	width:250px;
	border-radius:10px;
	height:200px;
}
img:hover{
	transform:scale(3,3);
	transition:3s transform;
	border-radius:10px;
}