body {
	background-color: #fe528c;
	background-color: #FF2E6D;
	background-color: #D6275D;
	background-color: #BD2251;
	background-color: #B01F4B;
	color: white;
	font-size: 110%;
	
	/*
    background:black;
    color:#FF2E6D;
	*/
}

.post_body {
	max-width: 700px;
}

.post {
	margin-top: 200px;
	max-width: 900px;
	border: none;
}

ol {
	list-style-position: inside;
}

li {
	margin-top: 30px;
}

.dark-mode {
    background:black;
    color:#FF2E6D;

}

.queen_note {
	font-family: Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	/*
	color: black;
	background-color: white;
	*/
}

/*
.color-scheme-wrapper {
	background-color: #BD2251;
	color: white;
}

#color-mode:checked ~ .color-scheme-wrapper {
    background:black;
    color:#FF2E6D;


}
*/
