body { background: #222034; color: #222034; }

header {
	background: #222034; color: #ceb3cc;
	border: none;
}

h1, article > header > p { color: #eee; }

header > details, article {
	background: #ceb3cc; color: #000;
	box-shadow: inset 0 1px 1px #000,
		0 1px 1px 2px #000;
	border: 2px solid #d95763;
	border-radius: 1em;
}

main {
	background: none; border: none;
}

article > header {
	background: linear-gradient(
		30deg,
		#5b8be4,
		#222034);
	border: none; border-radius: 5em;
	text-shadow: 0 1px 1px #000;
	box-shadow: inset 0 1px 1px #000;
}
