body {
  background-color: #181818;
  color: #6aa3e8;
}
h1 {
  text-align: center;
  text-decoration: underline;
  text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
}
h3 {
  text-align: unset;
  text-align: center;
  text-decoration: underline;
  text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
}
tr {
  text-decoration: underline;
  text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
}
a {
  color: unset;
}
.perschony1 {
  color: #6aa3e8;
}
.search {
  color: #0ff;
  text-align: center;
  font-style: italic;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  font-family: verdana;
}
.shadow {
  box-shadow: 3px 3px 9px 4px rgba(0, 255, 255, 0.36);
  background: #000;
  color: #0ff;
  border-color: #0ff;
}
.hr {
  color:#6aa3e8
}
.hr2 {
  color: #6aa3e881
}
