* {
	padding: 0;
	margin: 0;
}

html,
body {
	height: 100%;
	font-family: New Amsterdam;
	font-size: 5vw; 
	color: #000; 
}

.divMain {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fefefe;
	width: 100%;
	height: 100%;
}

.divContent {
	width: max-content;
	height: max-content;
}

.divContent p {
	text-align: center;
	line-height: calc(1.5em + 1vw); /* Dynamic line height based on viewport width */
	padding:0;
	margin:0;
}

.divContent p a {
	text-decoration: none;
	color: #000;
}

.divContent p span {
	font-size: 1.5vw;
	line-height: calc(.5em + 1vw);
}