body {
  color: #e6ffe6;
  font-family: Times New Roman;
  text-align: center;
  background-image: url("https://i.pinimg.com/originals/d2/05/b1/d205b1880d7db71d05146f91904e3981.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFFFF;
}
.player::before {
    content: "";
    display: block;
    position: relative;
    width: calc(40% -20px);
    height: 360px;
    max-width: 395px;
    background-position: 0 0;
    background-size: 100% 100%;
    background-image: url(https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExN2ZudXpiem9lZ3V0ZWcwM3Mxcm55Ymt4OGhlNnRzbG12ZXZtNWw3dCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/j2qTlXG0eW6aUDLga2/giphy.gif);
}
.songName span {
    display: inline-block;
    padding-left: 6%;
    animation: marquee 10s linear infinite;
}
#container {
    background: #203c5163;
    border: 5px dashed #203c51;
}
  .logo {
font-size: 0px;
font-family: Times New Roman;
}
.logo::after {
content: "TreeTops Home :>";
font-size: 20px;
color: #FFFFFF;
}
#viewFriends {
    display: none;
}
.fwiendCounter>b::after {
    content: " really cool people";
    font-size: 15px;
    color: #fffff;
}
.fwiendCount {
    color: #2D536A;
    font-size: 15px;
}
.fwiendCounter>b {
    font-size: 0px;
    color: #fffff;
}
.fwiendCounter>b>.uName {
    font-size: 0px;
    color: #fffff;
}
.topRight > .box:not(.blurbs) > .rightHead > b::after {
    content: "i'm so glad you're here :)";
    font-size: 25px;
    color: #281031;
}
.topRight > .box:not(.blurbs) > .rightHead > b > span.uName {
    font-size: -9999px;
}
.topRight > .box:not(.blurbs) > .rightHead > b {
    font-size: 0;
}
.blurbs.box > .rightHead > b > span.uName::after {
    content: "hey there!";
    color: #281031;
    font-size: 25px;
}
.blurbs.box > .rightHead > b {
    font-size: 0px;
}
.blurbs.box > .rightHead > b > span.uName {
    font-size: 0px;
    color: #fff;
}
.boxHead, .rightHead, .blurbs>.blogs>div:first-child {
    font-family: Times New Roman;
    background: #4d899236;
    padding: 4px 5px 3px 3px;
    border-top: 2px solid #281031;
    border-left: 2px solid #281031;
    border-right: 2px solid #281031;
    border-bottom: 2px solid #281031;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 25px;
    width: 99.50%;
    margin-left: -5px;
    color: #281031;
    padding-left: 6px;
    margin-top: 0;
    user-select: none;
}
.blurbs.box > .rightHead > b > span.uName {
    font-size: 0px;
    color: #9DB5DF;
}
 h4 {
color: #291D46;
}
div#header{
text-align: center;
background-color: #291D46 ;
}
.tableLeft {
    background: #291d469e;
    width: 25%;
    padding: 10px;
    vertical-align: top;
    overflow: hidden;
}
.tableRight {
    width: 75%;
    background: #3d607863;
    padding: 10px;
    vertical-align: top;
    overflow-wrap: anywhere;
}
#header, #hSub {
    padding: 5px !important;
    background: #203C51 repeat!important;
    border-bottom: 1px solid #281031 !important;
    border-radius: 10px;
}
.songName span {
    display: inline-block;
    padding-left: 60%;
    animation: marquee 10s linear infinite;  
}
.blog {
    background: #4d899236;
    padding: 15px;
}
.player {
    padding: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #203c515e;
    color: #669da7;
    width: calc(100% - 10px );
    border: 1px solid #281031;
}
*{
    cursor: url(https://cur.cursors-4u.net/nature/nat-7/nat638.cur), auto !important;
}