img {
	width: 25%;
	height: 25%;
	border-radius: 30%;
	box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

h1 {
	display: block;
	font-size: 500%;
	transition: transform 0.3s ease;
	color: navy;
}

h1:hover {
	transform: scale(1.05);
}

a {
	text-decoration: none;
}

p {
	color: navy;
	font-size: 250%;
	transform: translateY(-25px);
}