:root[data-theme="light"] {
    --color: #4C3944;
    --background: #FCFBF4;
		--vback: #B196A2;
}

:root[data-theme="dark"] {
    --color: #FAF7ED;
    --background: #4C3944;
		--vback: #6C5963;
}



::-moz-selection{color:white;background:#F1857B}
::selection{color:white;background:#F1857B}

body {
	background-color: var(--vback);
  font-size: 0.9em;
}

.text-container {
  text-align: center;
  background: var(--background);
  color: var(--color); 
}

u {
  color: #F1857B;
  text-decoration: bold;
}

#px {
  image-rendering: pixelated;
}

.footer-line,.edit-timestamp,.publish-timestamp,.site-footer,.footer-line{display:none}