body {
    background-image: url(https://i.imgur.com/o1SPenN.gif);
    background-size: 100% 100%;
    background-attachment: fixed;
    font-family: Arial;
    padding-top: 45px;
    font-size: 15px;
    filter: saturate(0.0);
}

#container {
    position: absolute;
}

.topRight {
    float: right;
    width: calc( 60% - 20px );
    padding: 10px;
    position: relative;
    left: 79%;
    background: #00000087;
    border: 0px solid black;
    box-shadow: 2px 2px 5px black;
    color: white;
    position: fixed;
    max-width: 16%;
}

#header {
    all: unset;
    font-family: Arial;
    font-size: 15px;
    background: #353535;
    color: #fff;
    position: fixed;
    width: calc( 100% - 15px );
    height: 22px;
    padding: 5px;
    left: 0px;
    top: 0px;
    margin-bottom: 40px;
    border-bottom: 0px solid transparent;
    padding-left: 10px;
    padding-top: 6px;
    overflow: hidden;
    z-index: 300;
}

.topLeft {
    float: left;
    width: calc( 40% - 20px );
    padding: 10px;
    background: #5a5a5a87;
    border: 0px solid black;
    position: fixed;
    left: 11%;
    box-shadow: 2px 2px 5px black;
    max-width: 20%;
    color: white;
}
#hSub {
    all: unset;
    font-family: Arial;
    background: #353535;
    font-size: 20px;
    margin: 0px;
    padding: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-left: 10px;
    padding-top: 4px;
    position: fixed;
    left: 0;
    top: 34px;
    width: calc(10% - 15px );
    padding-bottom: 80%;
    color: #000;
    height: 15px;
    padding-top: 8px;
    z-index: 300;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.tableLeft {
    background: #3f3f3f;
}

.tableRight {
    background: #3a3a3a;
}

.boxHead {
    background: #00000085;
    color: white;
}

h4 {
    color: #a9a9a9;
}

.fwiendFace b {
    color: white;
}

textarea, textarea:focus {
    background: #3d3d3d4a;
    color: white;
}

.rightHead {
    background: #4a4a4a00;
    color: #ffffff;
    font-size: 20px;
}

.boxHead {
    background: #00000085;
    color: white;
}

.boxInfo {
    filter: saturate(0.0);
    border: 0px;
}

td.shortRight {
    font-size: 0px;
}

.url {
    border: 0px;
    padding: 2px;
}

#hSub a::after {
    content: "‎ ‎ ‎ ‎ ‎ ‎‎ ‎ ‎ ‎ ‎ ";
}

.extended a {
    color: white;
}

.player {
    filter: brightness(0.5);
}

#footer {
    font-size: small;
    width: 100%;
    bottom: -2500%;
    display: grid;
    position: fixed;
    text-align: center;
    left: 0%;
}

td.shortRight img {
    content: url(https://i.imgur.com/kJvFR0c.png);
    position: relative;
    left: -220%;
    bottom: -90px;
}

td.shortRight div {
    color: transparent;
}

.boxButton {
    color: white;
}

td.tableLeft b {
    color: white;
}

div#viewFriends a {
    color: white;
}

#imgPreview img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: initial;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 0px solid #fff;
    cursor: zoom-out;
    background: #fff;
    width: 50%;
    bottom: auto;
}