#imageModal {
	border: solid 1px gray;
	border-radius: 5px;
}

#imagemodal-fechar {
	background-color: rgb(53, 53, 167);
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	border: none;
	transition: .4s;
}

#imagemodal-fechar:hover {
	transform: scale(1.05);
}
