body {
  background-image: url(https://i.imgur.com/Gcvx0dy.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #071334;
  color: var(--text);
  font-family: "MS PGothic", courier, monospace;

*{
  color: #f7f9ff;
}

#container, .rightHead, #header, #hSub, .boxHead, .tableLeft, .tableRight{
	background-color: Black;
}

#container {
	animation: bordersColor 3s linear infinite !important;
}

#report {
  background-repeat: no-repeat;
  background-image: url(https://i.imgur.com/BlSqlJK.png);
  background-size: 30px;
}

#block {
  background-repeat: no-repeat;
  background-image: url(https://i.imgur.com/z3czjMH.png);
  background-size: 30px;
}

#add {
  background-repeat: no-repeat;
  background-image: url(https://i.imgur.com/5CDbMPR.png);
  background-size: 30px;
}

#commentInput{
	width: calc( 100% - 6px );
	margin: 0;
	color: #000;
	margin-top: 10px;
	height: 100px;
}

.songName{
text-align:center;
}

span.song__title {
    color: #99f02d;
}

.player {
    padding: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #000000;
    color: #000;
    width: calc(100% - 10px);
    border: 1px solid #000000;
}

.boxButton {
    display: inline-block;
    width: calc(49% - 60px);
    padding-left: 30px;
    height: 24px;
    font-size: small;
    color: #ffffff;
    padding-top: 7px;
}

.url{
	border: solid 2px #ffffff;
	background: #ffffff91;
	padding: 2px;
}

.player{animation-name: floating;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

.player {
   border: 0px transparent solid;
  padding: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: black;
  color: #000;
  width: calc(100% - 10px );
}

.songName{
text-align:center;
}

span.song__title {
    color: #99f02d;
}

.blurbs {
  animation-name: floaty;
  animation-duration: 3s;  
  animation-iteration-count: infinite;     
  animation-timing-function: ease-in-out;
}

.logo{
      font-size:0;
}
.logo:after {
  font-size: 16px;
  font-weight: bold;
  content: "pedro";

.logo:after{
    content: ".net";
    font-size: 17px;
    color: #0062ff;
font-weight: bold; 
font-family: "MS PGothic";
}

.url:after{
  content: 
url(https://capstasher.neocities.org/88x31Buttons/yanknow.gif)
url(https://myspace.f46n.org/res/88x31/desp-anim.gif)
url(https://myspace.f46n.org/res/88x31/homernow.gif)

.fwiendCount {
    color: #c300ff;
}
span#hUp::before {
    content: "Just Pedro";
    animation: changeColor 3s linear infinite !important;
    color: green;
    font-size: 16px;
font-family: "MS PGothic";
}

.date {
    font-size: x-small;
    float: right;
}

blockquote p { 
  color: #99f02d !important;
  text-shadow: #99f02d26 2px 2px 0px, #99f02d26 -2px -2px 0px;
}

td.tableLeft {
    text-align: center;
}

.tableLeft img {
    padding-top: 5px;
}
