html,
body {
	background-color: #fff;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	height: 100dvh;
	margin: 0;
	padding: 0;
}

.wrapper {
	display: grid;
	height: 100dvh;
	place-items: center;
	width: 100dvw;
}

address {
	font-style: normal;
	text-align: center;
}

address .logo,
address .city {
	margin-bottom: 0.5rem;
}

address .phone,
address .email {
	color: #1d4ed8;
	display: block;
	margin-inline: auto;
	width: fit-content;
}