body {
  background-color: black;
  color: #F01D7F; /* hot pink */
  font-family: "MS PGothic", Serif;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: left;
  margin: 20px;
}

div {
  display: block;
  unicode-bidi: isolate;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #F01D7F; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

::selection {
  background-color: none;
  color: #FFB81C;
  text-shadow: 0 0 5px #FFB81C; /* golden yellow */
  font-weight: bold;
}

font {
  text-align: left;
}
img {
  padding: 5px;
}
ul{
  list-style-type:none;
  list-style-type: '★'; 
}

a {
  color: #F01D7F;
}
a:hover {
  color: #FFB81C;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 0 5px #FFB81C;
}
a:visted {
  color: black;
}

/* pink img filter */
.filtered {
filter: grayscale(100%) sepia(100%) brightness(46%) hue-rotate(255deg) saturate(605%) contrast(128%) invert(14%);
}
.filtered:hover {
  filter: none;
}

#ren{
  position: absolute;
  top: 250px;
  width: 380px;
  border: solid 1px #F01D7F;
  padding: 5px;
  margin: 1px;
}