body {
  /*background-image: url(https://i.pinimg.com/736x/17/0e/30/170e30f788f05ac18d31e423b28dc119.jpg);*/
  background-color: black;
 /*background-repeat: no-repeat;
 background-size: cover;*/
 /*background-position: 50%, 50%;*/
 /*background-attachment: fixed;*/
  /*color: black;*/
  text-align: justify;
  font-size: 14.5px;
  font-family: "Delius Swash Caps", cursive;
  font-weight: 400;
  font-style: normal;
  cursor: url(http://www.rw-designer.com/cursor-extern.php?id=27885), auto;
}


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


/* LINKS */
a:link {
  color: red;
  text-decoration: none;
}

a:visited {
  color: blue;
  text-decoration: line-through;
}

a:hover {
  color: orange;
  text-decoration-line: underline;
  text-decoration-style: wavy;
}

a:active {
  color: hotpink;
  text-shadow: 0 0 5px hotpink;
}

mark {
  background-color: red;
}

/* SELECTION COLOR */
::selection {
    background: rgb(122, 104, 127);
    color: white;
    text-shadow: 0 0 5px white;
}

/* TEXT LIKE P */
p {
  padding: 2px;
}

#landing{
  float: left;
  left: 475px;
  height: 500px;
  width: 300px;
  position: fixed;
  top: 100px;
  padding: 0px;
}