#divInfos {
	margin-top: clamp(40px, 8vw, 80px);
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(0px, 1.5vw, 15px);
}

h1,
h2 {
	overflow-wrap: break-word;
}

#pHome {
	margin-top: 25px;
}

.divInfoSheet {
	width: min(70%, 800px);
}

#divInfoSheetTips {
	padding-left: 15px;
}

#pQuoteOfTheDay {
	font-style: italic;
}

#quoteOfTheDay {
	font-family: Arial;
}

#quoteOfTheDay::after {
	content: " – ";
}

#quoteOfTheDayAuthor {
	font-style: normal;
}

@media (max-width: 450px) {
	h1 {
		font-size: 35px;
	}

	h2 {
		font-size: 28px;
	}
}
