                body {
                    background: #ffffff
                }

                span#hUp::before {
                    content: "Obviously fake notification!";
                    color: #000;
                    font: bold 13px monospace;
                    animation-duration: 0.3s;
                    animation-timing-function: ease;
                    animation-delay: 0s;
                    animation-iteration-count: infinite;
                    animation-direction: normal;
                    animation-fill-mode: none;
                    animation-play-state: running;
                    animation-name: blinkingTextRed;
                }

                .player {
                    padding: 4px;
                    margin-top: 20px;
                    margin-bottom: 20px;
                    background: #ad0000e0;
                    color: #000;
                    width: calc(100% - 10px );
                    border: 1px solid #999;
                }

                .rightHead {
                    background: #f99;
                    color: #ffffff;
                    padding-left: 4px;
                }

                h4 {
                    color: #707070;
                    margin-bottom: 0px;
                }

                .boxHead {
                    background: #c1c1c1;
                    color: white;
                    padding: 3px;
                    padding-bottom: 4px;
                    padding-left: 6px;
                }

                .boxButton {
                    display: inline-block;
                    width: calc( 49% - 60px );
                    padding-left: 30px;
                    height: 24px;
                    font-size: small;
                    color: red;
                    padding-top: 7px;
                }

                .fwiendCount {
                    color: #f33;
                }

                .url {
                    border: solid 2px #c66;
                    padding: 2px;
                }

                a, .boxButton {
                    color: red;
                }

                .tableLeft {
                    background: #f33;
                    width: 25%;
                    padding: 10px;
                    vertical-align: top;
                    overflow: hidden;
                }

                .tableRight {
                    width: 75%;
                    background: #ff5454;
                    padding: 10px;
                    vertical-align: top;
                    overflow-wrap: anywhere;
                }

                .blog {
                    background-color: #ffffff0d;
                    padding: 15px;
                }

                div#online {
                    content: url(https://i.imgur.com/87UvciX.gif);
                }

                #block {
                    background-repeat: no-repeat;
                    background-image: url(https://i.imgur.com/09Movi0.gif);
                    background-size: 120px;
                }

                #report {
                    background-repeat: no-repeat;
                    background-image: url(https://i.imgur.com/2gZOXpH.gif);
                    background-size: 100px;
                }

                #sMsg {
                    background-repeat: no-repeat;
                    background-image: url(https://i.imgur.com/bnB3zi2.gif);
                    background-size: 100px;
                }

                #add {
                    background-repeat: no-repeat;
                    background-image: url(https://i.imgur.com/kbNMnFL.gif);
                    background-size: 135px;
                }

                div#header {
                    background: #990000;
                }

a.logo {
    font-size: 0px;
}

a.logo::after {
    font-size: 15px;
    content: "myspace.windows93.net";
    font-weight: bold;
}

h2#name {
    height: 26px;
    width: 150px;
    text-overflow:clip;
    overflow-y: hidden;
    text-transform: lowercase;
}
div#hSub {
    Background: #cc6666;
    color: white;
}