h1 {
	color: var(--fourthColor);
	font-weight: bold;
	font-size: clamp(1.2em, 4vw, 2.5em);
	text-align: center;
	margin-bottom: clamp(10px, 2vh, 40px);
}

.layout,
.correction,
.graphics {
	max-width: 92%;
	margin: 15px auto;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.content {
	background-color: var(--secondaryColor);
	padding: 20px;
	margin: 10px auto;
	border-radius: 10px;
}

.content > * {
	color: var(--textColor);
	margin: 15px;
	font-size: clamp(1em, 2.5vw, 1.2em);
}

.content > p {
	margin: 10px;
}

.content > p > strong {
	font-size: 1em;
	font-weight: bold;
}

.demonstration {
	max-width: 95%;
	align-items: center;
	justify-content: center;
	margin: 10px auto;
}

.promotion {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 100px;
	margin-bottom: 20px;
}
.promotion > h1 {
	margin: 10px;
}
.promotion > p {
	color: var(--secondaryColor);
}

.promotion > p {
	margin: 10px;
	text-align: center;
	font-size: 1.1em;
}

strong {
	font-weight: bold;
	font-size: 1.4em;
}

#note {
	color: var(--thirdColor);
	font-size: 0.8em;
}
