body {
  background: #282828;
  color: #ebdbb2;
  font-family: sans-serif;
  max-width: 90% !important;
  margin: 0px auto;
  padding: 0 10px !important;
  line-height: 1.3;

}

a {
  color: #83a598;
}
a:hover, em {
  color: #d79921;
}

#submit, #url {
  background: #1d2021;
  border: 1px solid #cc241d;
  color: #fbf1c7;
}

.title {
  text-align: center;
}

select {
	background: unset;
	color: unset;
}

@media (prefers-color-scheme: light) {
  :root {
    --tr-o-bg: hsl(210, 40%, 95%) !important;
    --tr-e-bg: hsl(210, 30%, 97%) !important;
    --th-bg: hsl(160, 50%, 95%) !important;
    --th-fg: #2c3e50 !important;
    --td-fg: #333 !important;
  }

  body {
    font-family: serif;
    background: #fffff8;
    color: #282828;
    font-size: 18px;
	border-left: 2px solid #600;
	border-right: 2px solid #600;
  }

  a {
    color: #660000;
  }
  a:hover, em {
    color: #b57614;
  }
  figcaption {
  color: #222 !important;
  }
.button.secondary {
	border: 1px solid #666;
	padding: 2px;
	background: aliceblue;
}
  #submit, #url {
    background: #fff8e6;
    border: 1px solid #7c6f64;
    color: #282828;
  }
  .menu {
	border-bottom: 1px solid #600;
	text-align: center;
  }
.title {
	font-size: larger;
}
table, th, td {
  border-collapse: unset !important;
}


}
