[data-theme="light"]{color-scheme:light;}[data-theme="dark"]{color-scheme:dark;}
::selection{background: light-dark(rgba(255,55,55,0.5),rgba(200,0,0,0.5));}
::-moz-selection{background: light-dark(rgba(255,55,55,0.5),rgba(200,0,0,0.5));}
body{
  font-size: 16px;
  background-color: light-dark(#d1d1d1, #1d1d1d);
  color: light-dark(black, white);
  font-family: Courier New, Courier-New, 'Courier New', monospace;
}
P{font-family: inherit;font-size:inherit;}
button{
  font-family: inherit;
  font-size: inherit;
  background-color: light-dark(#e5e5e5, #454545);
  border: none;
  text-align: center;
  border-radius: 5px;
}
a{font-family:inherit;font-size:inherit;}
a:link, a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active {
  color: inherit;
  cursor:pointer;
  filter: brightness(85%);
}
input {
  font-family: inherit;
  font-size: inherit;
  background-color: light-dark(#e6e6e6, #121212);
  overflow: auto;
  border-radius: 5px;
  border-width: 0px;
  margin: 0;
  padding: 0;
}
.icon[data-theme="light"]{filter: invert(0);}
.icon[data-theme="dark"]{filter: invert(1);}
.footer{ 
  position: fixed;
  text-align: center;
  bottom: 3px;
  width: 100%;
  font-size: 6px;
  filter: brightness(70%);
}
