* {
    cursor: url(https://i.imgur.com/OTMmpOx.gif), auto;
}
.url.box {
    font-size: 0px;
    background-size: 48px;
    background-repeat: no-repeat;
    right: 372px;
    bottom: 0;
    position: relative;
    color: transparent !important;
    height: 96px;
    width: 53px;
    border: none;
    box-shadow: none;
    padding: 0px;
    z-index: 1000;
    left: 112px !important;
    margin: -44px;
    top: 29px;
    image-rendering: pixelated;
    /* filter: drop-shadow(3px 0px 0px black); */
}
body {
  color: red;
  background-color: black;
  font-weight: bold;
}
.tableLeft {
  background-color: black;
}
.tableRight {
  background-color: black;
}
.boxHead {
    background: black;
    color: red;
}
.rightHead {
    background: #100000;
    color: red;
    width: 400px;
    border: 1px solid red;
}
.short {
    background: #100000;
    width: 400px;
    border: 1px solid red;
}
h4 {
    color: white;
    margin-bottom: 0px;
}
a {
    color: cyan;
}
.blog {
    background-color: black;
    padding: 15px;
}
#commentInput {
    width: calc( 100% - 6px );
    margin: 0;
    margin-top: 10px;
    height: 100px;
    background: black;
color: white;
}
.player {
    padding: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: red;
    width: calc(100% - 10px );
    border: 1px solid #f00;
background: black;
}
#age:before {
    content: "-";
}