@keyframes koalarainbows {
0%{color: salmon;}
11%{color: orange;}
22%{color: yellow;}
33%{color: lightgreen;}
44%{color: cyan;}
55%{color: deepskyblue;}
66%{color: mediumslateblue;}
77%{color: violet;}
88%{color: hotpink;}
100%{color: salmon;}
}
#footer::after {content: "Meow";}
body {color: red;}

span#hUp::before {
    content: "New cats??????????";
    animation: koalarainbows 0.5s infinite !important;
    color: salmon;
    font-size: small;
}
@keyframes koalarainbows{
    0%{color: salmon;}
    11%{color: orange;}
    22%{color: yellow;}
    33%{color: lightgreen;}
    44%{color: cyan;}
    55%{color: deepskyblue;}
    66%{color: mediumslateblue;}
    77%{color: violet;}
    88%{color: hotpink;}
    100%{color: salmon;}
}
body {background: green; font-family: Arial;}

@media only screen and (max-height: 793px), only screen and (min-height: 795px) {
    body {animation: koalaback 5.5s infinite !important;}
    @keyframes koalaback{
        0%{background: white;}
        5%{background: red;}
        50%{background: red;}
        55%{background: white;}
        100%{background: white;}
    }
    #hUp a:last-child {
    font-size: 10000px;
    color: transparent;
    white-space: nowrap;
    z-index: 10000;
    position: absolute;
    top: 0px;
    left: 0px;
    }
    #hSub {
    pointer-events: none !important;
    display: none !important;
    }
    * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    }
}

#gender {font-size: 0px;}
#gender::after {content: "haha yes,,"; font-size: 15px;}
#age {font-size: 0px;}
#age::after {content: "years old "; font-size: 15px;}
#country {font-size: 0px;}
#country::after {content: "not sure"; font-size: 15px;}
.rightHead {
    background: transparent;
    color: white;
}
h4 {
    color: white;
}
a {
    color: white;
}
.boxButton {
    color: white;
}
.boxHead {
    background: transparent;
}
.url {
    border: solid 0px transparent;
}
.tableLeft {
    background: transparent;
}
.tableRight {
    background: transparent;
}
#hSub a {
    color: red;
}
#hSub {
    background: transparent !important;
}
#header {
    background: transparent !important;
    border-bottom: 0px solid transparent !important;
    overflow: visible !important;
}
.player {
    border: 0px solid transparent;
    background: transparent;
}
.boxInfo {
    border: 0px solid transparent;
}
.extended {
    border: 0px solid transparent;
}
.blog {
    background-color: transparent;
}
