* {
  border-radius: 0 !important;
  transition: none !important;
  animation: none !important;
}

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

}

main {
  max-width: 100% !important;
}

img, picture, video {
  max-height: 300px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

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

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

.button.secondary {
  border: 1px solid #665c54;
  padding: 2px;
  background: #1d2021;
  color: #ebdbb2;
}

.title {
  text-align: center;
}

select {
	background: unset;
	color: unset;
}

input[type='text'],
select {
  border-bottom-color: #222;
}

input[type='text']:focus,
select:focus {
  border-bottom-color: #00115c;
}

@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 {
    color: #282828;
  }
  .button.secondary {
	border: 1px solid #666;
	padding: 2px;
	background: aliceblue;
	color: black;
}
  #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;
}


}
