/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/nature/nat-4/nat366.cur), auto !important;} /* End https://www.cursors-4u.com */

.logo {
font-size: 0px;
}

.logo:after {
content: "you should kill yourself NOW";
text-shadow: 2px 2px 4px #000;
font-size: 23px;
color: white;

}
div#header {
    color: white;
    text-shadow: 2px 2px 4px #000;
    background-color: #87000b;
    background-image: url(https://pbs.twimg.com/media/FaPsJEbXoAEu5ZG?format=jpg&name=4096x4096);
    background-position: 350 center;
    text-align: center;
    font-family: monospace;
}

div#hSub {
    background-color: #8a1224;
    background-image: url(https://media2.giphy.com/media/Jmb7wsMmsP72UbCQLA/giphy.gif?cid=ecf05e473j3oo36a0b70krjs43n5a0oanxhi4ret56fe6g2k&rid=giphy.gif&ct=g);
    text-align: center;
    font-family: "Courier New";
}

#online {content: url(https://media.tenor.com/NpKEX5SFLUIAAAAi/cat-explosion.gif);}

.url {
    background: url() no-repeat;
    position: fixed;
    right: 10px;
    bottom: -30px;
    color: #ffffff00;
    background-size: 260px;
    height: 270px;
    width: 270px;
    border: none;
    box-shadow: none;
    filter: drop-shadow(8px 9px 15px #00000044);
    z-index: 1000;
    font-size: 0px;
    opacity: 1;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #210407;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ba0618;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #eb0010;
}


body {
    color: White;
    text-shadow:2px 2px #a30014;
    font-family: monospace;
    font-size: 15.5px;
    background-color: #87000b;
    background-image: url("https://pbs.twimg.com/media/FaPsJEbXoAEu5ZG?format=jpg&name=4096x4096");
    background-size:150%;
    background-attachment:fixed;
    background-repeat: no-repeat;
}

body::after {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(https://data.whicdn.com/images/191205244/original.gif);
opacity: .08;
background-size: 50%;
image-rendering: auto;
pointer-events: none;
}

#commentInput {
    border: 1px solid #120000;
    color: #ff001a;
    background: url(https://media2.giphy.com/media/kz6iUkQuGZmN5HfB0t/giphy.gif);
... (402 lines left)