body {
    background-attachment: fixed;
    background-image: url(https://media2.giphy.com/media/5zheTUHRhWkiKylaZ9/giphy-downsized-large.gif);
    background-position: center;
    background-size: cover;
}
body {
    text-align: center;
    color: white;
    font-family: fangsong;
    font-size: 19px;
}
.topRight {
    float: right;
    width: calc( 60% - 20px );
    padding: 10px;
    background-color: #886aeca3;
}
.topLeft {
    float: left;
    width: calc( 40% - 20px );
    padding: 5px;
    background-color: #886aeca3;
}
.rightHead {
    background: #fff0;
    color: #ffffff;
    padding-left: 4px;
}
h4 {
    color: #ffffff;
    margin-bottom: 0px;
}
.extended {
    border: transparent;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}
.boxHead {
    background: transparent;
    color: white;
    padding: 3px;
    padding-bottom: 4px;
    padding-left: 6px;
}
.boxInfo {
    border: transparent;
    margin-bottom: 20px;
    margin-top: 20px;
}
.url {
    border: transparent;
    padding: 2px;
}
.player {
    padding: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: transparent;
    color: #fff;
    width: calc(100% - 10px );
    border: transparent;
}
.fwiendCount {
    color: #fff;
}
.tableLeft {
    background: #886aeca3;
    width: 25%;
    padding: 10px;
    vertical-align: top;
    overflow: hidden;
}
.tableRight {
    width: 75%;
    background: #886aeca3;
    padding: 10px;
    vertical-align: top;
    overflow-wrap: anywhere;
    font-size: 15px
}
#commentInput {
    width: calc( 100% - 6px );
    margin: 0;
    margin-top: 10px;
    height: 100px;
    color: white;
    background-color: #ffffff54;
}
#commentInput {
    width: calc( 100% - 6px );
    margin: 0;
    margin-top: 10px;
    height: 100px;
    color: white;
    background-color: #ffffff54;
    border-color: #fff;
}
.avatar {
    border: 4px solid #ffffff54;
    border-radius: 80%;
    background-position: center;
    border-radius: 100%;
    display: absolute;
    height: 200px;
    object-fit: cover;
    width: 200px;
    border-width: 4px;
    border-color: #ffffff54;
}
.fwiendFace img {
    border: 4px solid #ffffff54;
    border-radius: 80%;
    background-position: center;
    border-radius: 50%;
    display: absolute;
    height: 100px;
    object-fit: cover;
    width: 100px;
    border-width: 4px;
    border-color: #ffffff54;
}
a:-webkit-any-link {
    color: White;
    cursor: pointer;
    text-decoration: underline;
}
.boxButton {
    display: inline-block;
    width: calc( 49% - 60px );
    padding-left: 30px;
    height: 24px;
    font-size: small;
    color: white;
    padding-top: 7px;
}
.blogCard .avatar {
    width: unset;
    margin-right: 0px;
    image-orientation: from-image;
}
.blog {
    background-color: #886aeca3;
    padding: 15px;
}
.blogs div, .blog div, .url a {
    color: white !important;
}
#header {
    all: unset;
    font-family: Arial;
    font-size: 15px;
    background: transparent;
    color: #fff;
    position: fixed;
    width: calc( 100% - 15px );
    height: 22px;
    padding: 5px;
    left: 0px;
    top: 0px;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff0;
    padding-left: 10px;
    padding-top: 6px;
    z-index: 300;
}
div#header {
    background: transparent;
    color: white;
}
#hSub {
    all: unset;
    font-family: fangsong;
    font-size: 18px;
    background: #886aec;
    font-size: small;
    margin: 0px;
    padding: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-left: 10px;
    padding-top: 4px;
    position: fixed;
    left: 0;
    top: 34px;
    width: calc(100% - 15px );
    color: white;
    height: 15px;
    z-index: 300;
}
div#hSub {
    background: #886aec;
    color: white;
}
