body {
	font-family: Arial;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

h1 {
	font-size: 28px;
	margin-bottom: 24px;
	text-align: center;
}

.details-section {
	width: 600px;
	margin-bottom: 20px;
}

.formula-box {
	border: 1px solid #000;
	padding: 12px;
	margin: 8px 0;
	width: 100%;
	background: #fff;
}

.formula-description {
	font-weight: bold;
	margin-bottom: 12px;
}

.formula {
	margin-left: 10px;
	margin-bottom: 12px;
}

.formula-example {
	margin-left: 20px;
	font-style: italic;
}