body {
    background-color: black;
}
.search {
  text-shadow: 1px 1px 2px #00dbff, 0 0 1em blue, 0 0 0.2em blue;
  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;
}