@font-face {
	font-family: 'Placard MT Condensed';
	src: url('placard-mt-condensed.ttf') format('truetype');
}
.wrapper {
	color: black;
	background-color: white;
	font-family: Arial, sans-serif, "Placard MT Condensed";
	display: flex;
	flex-direction: column;
	align-items: center;
}
#img-visite {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	height: 200px;
}