@charset "UTF-8";
/* CSS Document */

.p-heading h1{
	margin-top: 100px;
	padding: 0;
	color: #ffffff;
	font-family: arial;
	font-weight: 600;
	font-size: 4rem;
	letter-spacing: 2px;
}

.p-heading p{
	color: rgba(249,249,249,0.30);
	font-family: arial;
	font-size: 1rem;
	letter-spacing: 1px;
}

.gallery{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}

.gallery a{
	height: 200px;
	width: 300px;
	margin: 20px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 3px 5px #000000;
}

.gallery a img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.gallery a img:hover{
	transform: scale(1.4);
}
