html {
    filter: brightness(50%) sepia(100%) hue-rotate(450deg) saturate(3.5) contrast(0.8);
  text-transform: lowercase !important;
}

body {
    background-image: url(https://file.garden/ZQeZj6zuxT0YovHN/dtcfyufy.gif);
    background-color: gray;
    font-family: "MS PGothic", "Meiryo", メイリオ, "Hiragino Kaku Gothic ProN", ヒラギノ角ゴ Pro W3, sans-serif;
    font-size: 13px;
    color: white;
    text-shadow: 0px 0px 5px;
    letter-spacing: 3px;
    text-align: center;
}
h2{
color: white;
font-size: 35px;
}
a {
    color: #7fd9eb;
}
h4 {
    color: white;
}
.fwiendCount {
    color: white;
}

a:hover {
    color: #49FF4B;
font-style: italic;
}
#name {
    color: #49FF4B;
}
div#header > a > b > span {
    color: transparent;
}
div#header > a > b > span::before {
    content: "Welcome to the dream...";
    color: white;

}
#container {
    max-width: 800px;
    height: 1560px;
    margin-top: 10px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    background: #303133;
    border: ridge white 8px;
    font-family: MS PGothic", "Meiryo", メイリオ, "Hiragino Kaku Gothic ProN", ヒラギノ角ゴ Pro W3, sans-serif;
    text-align: center;
}
.topRight {
    margin-top: 0px;
    width: 450px;
}
.topLeft {
    float: left;
    width: 295px;
    margin-left: 5px;
    padding: 10px;
    margin-top: 10px;
    background: #303133;
    border: none;
}
.extended {
    border: 1px solid #000;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
}
.blurbs {
    margin-bottom: 20px;
    height: 260px;
    overflow-y: scroll;
    padding: 10px;
}
.box.blurbs {
    overflow-y: scroll;
}
#commentInput {
    width: calc( 100% - 6px );
    margin: 0;
    margin-top: 10px;
    background: white;
    height: 80px;
    margin-bottom: 5px;
}
#userWall {
    margin-top: 10px;
    word-wrap: break-word;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 150px;
    overflow-y: scroll;
}
.box.fwiends {
    padding: 10px;
    height: 175px;
    margin-bottom: 10px;
}
.box {
    border: none;
    overflow: hidden;
    background: black;
    border: 5px double #49FF4B;
}
.rightHead {
    background: black;
    color: 0003FF;
    padding-left: 4px;
}
.tableRight {
    width: 75%;
    background: black;
    padding: 10px;
    vertical-align: top;
    overflow-wrap: anywhere;
}
.tableLeft {
    background: black;
    width: 25%;
    padding: 10px;
    vertical-align: top;
    overflow: hidden;
}
.boxHead {
    background: black;
    color: #49FF4B;
    padding: 3px;
    padding-bottom: 4px;
    padding-left: 6px;
}
div#header {
    background-image: url(https://file.garden/ZQeZj6zuxT0YovHN/pattern%20547.gif);
    height: 40px;
}
div#hSub {
    background: black;
}
#block {
     background-image: url(https://file.garden/ZQeZj6zuxT0YovHN/D3EM5CIXG6H6AIGS5TB7NJPUAHXB5ZFY.gif);
     font-size: 0px;
     margin-top: 10px;
margin-left: 10px;
margin-right: -10px;
}
#block::after {
     content: "block me? :(";
     font-size: 13px;
     color: #7fd9eb
}
#report {
     background-image: url(https://file.garden/ZQeZj6zuxT0YovHN/GHZXKQO35C7EZTRBPR6BK3KWLWUOPMEV.gif);
     font-size: 0px;
     margin-top: 10px;
margin-left: 10px;
}
#report::after {
     content: "Report??";
     font-size: 13px;
     color: #7fd9eb
}
#sMsg {
     background-image: url(https://file.garden/ZQeZj6zuxT0YovHN/TMRLNRHHRXIWQMQ64GJPPF6V6WHVADDS.gif);
     font-size: 0px;
     margin-top: 10px;
}
#sMsg::after {
     content: "Pester me?";
     font-size: 13px;
     color: #7fd9eb
}
#add {
     background-image: url(https://file.garden/ZQeZj6zuxT0YovHN/3ZL5JPPLKPJCJ3776F6RCKP7J6YTHQLE.gif);
     font-size: 0px;
}
#add::after {
     content: "Friends?";
     font-size: 13px;
     color: #7fd9eb
}

.player::after {
     content: "";
     top: 40px;
     display: block;
     position: relative;
     width: calc(40% -20px);
     height: 255px;
     max-width: 290px;
     background-position: 0 0;
     background-size: 100% 100%;
     background-image: url(https://file.garden/ZQeZj6zuxT0YovHN/images.steamusercontent.gif); 
     padding-bottom: 5px; 
}
@keyframes floating { 
    0% { transform: translate(0,  0px); } 
    50%  { transform: translate(0, 20px); } 
    100%   { transform: translate(0, -0px); }     
} 

@-webkit-keyframes reveal { from { opacity:0; } to { opacity:1; }  }
   @-moz-keyframes reveal { from { opacity:0; } to { opacity:1; }  }
     @-o-keyframes reveal { from { opacity:0; } to { opacity:1; }  }
        @keyframes reveal { from { opacity:0; } to { opacity:1; }  }
body {
    -webkit-animation: 1s linear forwards reveal;
     -moz-animation: 1s linear forwards reveal;
       -o-animation: 1s linear forwards reveal;
          animation: 5.5s linear forwards reveal;
}
.blurbs, .box, .box.comments {
    animation-name: floating;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

#footer > div > p { 
   display: none;
}
#footer {
  display: none;
}
#container > div.topLeft.blogCard {
    animation-name: none;
    width: 250px;
    margin-top: 20px;
}
#container > div.topRight.blogPost {
    animation-name: none;
    width: 490px;
    margin-top: 5px;
}
.url {
    font-size: 0px;
    background: url();
    background-size: 310px;
    position: fixed;
    left: 0;
    top: 0;
    color: transparent;
    height: 480px;
    width: 331px;
    border: none;
    box-shadow: none;
    padding: 0;
    z-index: 1000;
  
}
.avatar {border-radius: 6px;
height: 200px;
width: 200px;
}

