:root[data-theme="light"] {
    --color: #1C1D2B;
    --background: #EBE6E4;
		--vback: #8C96A6;
}

:root[data-theme="dark"] {
    --color: #EBE6E4;
    --background: #313341;
		--vback: #1C1D2B;
}

::-moz-selection{color:#EBE6E4;background:#4D5878}
::selection{color:#EBE6E4;background:#4D5878}

body {
	background-color: var(--vback);
}

.text-container {
  text-align: center;
  background: var(--background);
  color: var(--color); 
}

strong {
  color: #B92D45;
  text-decoration: underline;
}

em {
  color: #EF7173;
}

#px {
  margin-bottom:-4px;
  image-rendering: pixelated;
}

.footer-line,.edit-timestamp,.publish-timestamp,.site-footer,.footer-line{display:none}