body {
  background:url(https://media1.tenor.com/images/8c7b3de0b93b057c83df1da572adf03c/tenor.gif?itemid=5224386);
  background-attachment: fixed;
  background-size: 25%;
animation: LEL 1s linear infinite;
}

@keyframes LEL {
  0%   { background-position: 11111px 54px; }
  100% { background-position: 54145px 54485px; }
}

.shortRight > *, .box, .blogCard {
  background: aqua;
}

img {
    image-rendering: revert;
}

.player::after {
    content: "";
    white-space: pre-wrap;
    display: block;
    background-position: center;
    height: 300px;
    background-image: url(https://media1.tenor.com/images/8c7b3de0b93b057c83df1da572adf03c/tenor.gif?itemid=5224386);
    background-size: 100% 100%;
}

* {
font-family: comic sans ms;
}
.uName {
color: white;
}
.fwiendCount {
color: green;
}
.tableRight {
    background: aqua;
}
.tableLeft {
    background: aqua;
}
.rightHead {
    background: aqua;
    color: darkblue;
}

h1{
    color: darkblue;
}

h2{
    color: darkblue;
}
h3{
    color: darkblue;
}
h4{
    color: darkblue;
}
h5{
    color: darkblue;
}
h6{
    color: darkblue;
}
.boxHead {
    background: aqua;
    color: darkblue;
}
p {
color: darkblue;
}

.fwiendFace img , .tableLeft img {
    height: 128px;
    object-position: top;
    opacity: 1.3;
    width: 128px;
}