body {
	font-family: sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100vh;
	width: 100vw;
	margin: 0;
	font-size: 20px;
}

img {
	width: 90%;
	margin: 0 auto;
	height: auto;
	max-width: 700px;
	object-fit: cover;
}

.tel {
	display: flex;
	font-size: 20px;
}

a {
	margin-left: 4px;
	color: #000;
}