figure {
	margin: 0;
	display: flex;
	justify-content: center;
}

img {
	height: 80%;
	max-height: 80%;
	position: absolute;
}

@media (max-width: 650px) {
	img {
		height: 50%;
	}
}

.cuerpo {
  background-color: #c69165 !important;
}

.contact {
	position: absolute;
	bottom: 10%;
	width: 99%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.contact > a {
	color: #385253 !important;
	text-decoration: none;
}