img {
	width: 75%;
	height: 75%;
	border-radius: 30%;
	box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

h1 {
	display: block;
	margin-top: 30%;
	font-size: 300%;
	transition: transform 0.3s ease;
	color: navy;
}

a {
	text-decoration: none;
}

p {
	color: navy;
	font-size: 170%;
	transform: translateY(-25px);
}

.menu-open {
	transform: translateX(-60px) scale(0.8);
}