body {
	background-color: #ebeeea;
	color: #000000;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	padding: 20px;
}

.container {
	max-width: 1350px;
	background: #ffffff;
	margin: 30px auto;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
	border: 2px solid #a30400;
}

h1 {
	text-align: center;
}

h1, h2, h3, h4 {
	color: #a30400;
}

pre {
	background-color: #ebeeea;
	padding: 15px;
	border-left: 5px solid #eca005;
	border-radius: 8px;
	overflow-x: auto;
	font-size: 0.95em;
}

pre code {
	all: unset;
	white-space: pre;
}

code {
	background-color: #ebeeea;
	padding: 2px 6px;
	color: #000000;
	border-radius: 4px;
	font-family: monospace;
}

hr {
	border: none;
	height: 2px;
	background-color: #a30400;
	margin: 40px 0;
}

ul, ol {
	margin-left: 20px;
}

.note {
	background: #ffeeba;
	border-left: 6px solid #eca005;
	padding: 15px;
	margin: 20px 0;
	border-radius: 8px;
	color: #000000;
}

footer {
	text-align: center;
	margin-top: 40px;
	font-style: italic;
	color: #a30400;
}

*, *::before, *::after {
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.container {
		padding: 15px;
		margin: 10px;
	}

	body {
		font-size: 16px;
	}
}

pre:hover {
	background-color: #e0e0e0;
}
