figure {
	margin: 0;
}

a {
	text-decoration: none;
	color: gray;
	font-size: 1rem;
	font-weight: 500;
}

a:hover {
	opacity: .7;
	color: gray;
}


.contact {
	color: initial !important;
	font-size: 700;
	text-decoration: underline;
	/* text-decoration: underline;
	text-underline-offset: 3px; */
}

.contact:hover {
	color: initial !important;
	font-size: 500;
	text-decoration: none;
}

.img-avatar {
	max-width: 70%;
	height: auto;
	border-radius: 10px;

}

img {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.image-3d {
	transition: transform 0.3s ease;
	/* transform-style: preserve-3d;
perspective: 1000px; */
}

.image-3d:hover {
	/* transform: rotateY(10deg) rotateX(10deg) scale(1.05); */
	transform: translateY(-5px);
	opacity: .7;
}