img[alt=Logo] {
    background-repeat: no-repeat;
    width: 400px;
    height: 120px;
    position: fixed;
    top: 10px;
    left: 0px;
    z-index: 500;
    filter: sepia(0%) saturate(0%) grayscale(0) contrast(100%) invert(100%);
}
body::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://myspace.f46n.org/res/discord/attachments/820119042849243158/1034244462211239947/unknown.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: 100%;
    z-index: 100;
    opacity: 0;
	animation-name: fade;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.4s;
}
    @keyframes fade {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
#header {
  font-family: Garamond, serif;
  font-weight: bold;
  color: #FFFFF0;
  padding-top: 20;
  padding-bottom: 6px;
  text-align: left;
  background: rgba(135,206,235, 0.0);
  color: white !important;
  font-size: 20px;
  border-bottom: 0px solid black;
}
#hSub {
  font-family: Garamond, serif;
  font-weight: bold;
  padding-top: 12;
  padding-bottom: 12;
  text-align: right;
  background: rgba(135,206,235, 0.0);
  color: white !important;
  font-size: 15px;
  border-bottom: 0px solid #B2BEB5;
}
a.logo {
    visibility: hidden;
}
a.logo:after {
  content: "";
  font-size: 26px;
  color: #FFFFF0;
  visibility: visible;
  position: absolute;
  left: 16px;
}
body { 
 font-family: Garamond, serif;
 font-weight: bold;
 color: #FFFFF0;
 background-image: url("https://myspace.f46n.org/res/discord/attachments/820119042849243158/1034243888677933209/Moominhouse.jpg");
 background-color: 000000F;
 background-size: cover;
 background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}
a {
     font-size: 12px;
     color: #FFFFF0 !important;
}
.topLeft {
    background: rgba(135,206,235, 0);
    margin-top: 100px;
    overflow: hidden;
    position:absolute;
    left:0;
    width:400px
}
.boxHead {
    padding-top: 25;
    padding-bottom: 12;
    text-align: center;
    background: rgba(135,206,235, 0.0);
    color: #FFFFF0;
    margin-left: 100px;
    margin-right: 100px;
}
.boxInfo {
    border: 0px solid #000;
    margin-bottom: 20px;
    margin-top: 20px;
}
.boxButton {
    display: inline-block;
    width: calc( 49% - 60px );
    padding-left: 30px;
    height: 24px;
    font-size: small;
    color: #FFFFF0;
    padding-top: 7px;
}
.url {
    border: solid 0px #69c;
    padding: 2px;
}
.songName {
    margin-top: 0px;
    font-size: small;
    filter: sepia(0%) saturate(0%) grayscale(0) contrast(100%) invert(0%);
}
.player {
    padding: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: none;
    width: calc(100% - 10px );
    border: 0px solid #999;
    filter: sepia(0%) saturate(100%) grayscale(0) contrast(100%) invert(100%);
}
.extended {
    border: 0px solid #000;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}
.topRight {
    float: right;
    width: 300px;
    padding: 0px;
    margin-top: 25px;
    right: 80px;
}
.topRight {
    float: right;
    width: 300px;
    padding: 10px;
    margin-top: 25px;
    right: 0px;
    position: absolute;
}
h4 {
    color: #FFFFF0;
    margin-bottom: 0px;
}
#commentInput {
    width: calc( 65% - 6px );
    margin: 0;
    margin-top: 10px;
    height: 100px;
    border: 2px solid #B2BEB5;
}
textarea {
    color: #FFFFF0;
    background: rgba(135,206,235, 0.0);
}
input {
    color: #FFFFF0;
    background: rgba(135,206,235, 0.0);
    border: 2px solid #B2BEB5;
}
#hSub a {
    color: (77,65,74) !important;
    text-decoration: none;
}
#header a:not(.logo) {
    margin-left: 10px;
    color: #FFFFF0 !important;
    font-size: small;
    text-decoration: none;
}
.tableLeft {
    background: none;
    width: 25%;
    padding: 10px;
    vertical-align: top;
    overflow: hidden;
}
.tableRight {
    width: 75%;
    background: none;
    padding: 10px;
    vertical-align: top;
    overflow-wrap: anywhere;
}
.avatar {
    width: 200px;
    margin-right: 20px;
    cursor: zoom-in;
    image-orientation: from-image;
    border-radius: 20px;
}
video {
    object-fit: contain;
    max-width: 10% !important;
    position: fixed;
    top: 10px;
    left: 400px;
}
.fwiendFace img {
    width: 0%;
    max-height: 0px;
}
#top, .fwiendFace img, .rightHead, #footer {
visibility: hidden;
}
#viewFriends {
    text-align: center;
}
.fwiendCounter {
    margin-top: 0px;
    margin-bottom: 0px;
}
.fwiendCount:after {
    color: white;
    content: " Moomin";
}
.blurbs {
    margin-bottom: 0px;
}
.fwiendCount {
    color: #FFFFF0;
}