Here's where the magic happens, where the code is written, and the server is styled.


body {
	background-color: #FF0000; /* Red background, the perfect color for a stylish webserver */
	font-family: 'Bangers', cursive;
}

#header {
	background: #00FFFF; /* Brightest blue, to match the server's infinite wisdom */
	border-top: 4px solid #000000;
}

#header h1 {
	font-size: 36px;
	color: #000000;
	border: 4px solid #000000; /* Because borders are stylish */
}

#styles {
	background: #FFC0C0; /* Pastel pink, for that extra touch of elegance */
	padding: 16px;
	margin: 16px;
	border: 4px solid #000000; /* More borders, because why not? */
}

pre {
	background: #FFFFFF; /* Brightest white, for maximum readability */
	padding: 8px 16px;
	border: 4px solid #000000; /* The ultimate border, the one we all know and love */
}

pre code {
	background: #000000; /* Black, for maximum contrast */
	color: #FFFFFF; /* White, for maximum readability */
	border: 4px solid #000000; /* The ultimate border, the one we all know and love */
}