body::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 10000%;
    height: 10000%;
    background-image: url(https://myspace.f46n.org/res/discord/attachments/827199549567139881/957833261504151552/pure-black-background-f82588d3.png);
    background-size: auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: 50%;
    z-index: 10000;
    opacity: 0;
	animation-name: fade;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 3s;
}
    @keyframes fade {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
#header {
  font-family: 'Courier New', monospace;
  color: #FFFFF0;
  padding-top: 20;
  padding-bottom: 20;
  text-align: left;
  background: rgba(41.2, 41.2, 41.2, 0.6);
  color: white !important;
  font-size: 25px;
}
#hSub {
  font-family: 'Courier New', monospace;
  padding-top: 12;
  padding-bottom: 12;
  text-align: left;
  background: rgba(41.2, 41.2, 41.2, 0.3);
  color: white !important;
  font-size: 15px;
}
a.logo {
    visibility: hidden;
}
a.logo:after {
  content: "Snow falls and trees sway";
  font-size: 25px;
  color: #FFFFF0;
  visibility: visible;
  position: absolute;
  left: 16px;
}
body { 
 font-family: 'Courier New', monospace;
 color: #FFFFF0;
 background-image: url("https://myspace.f46n.org/res/discord/attachments/870836743153287178/907488354780741682/If_You_See_This_Filename_Then_I_Hope_You_Have_A_Good_Day.gif");
 background-color: 24133F;
 background-size: cover;
 background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}
.topLeft {
    float: left;
    width: calc( 40% - 20px );
    padding-top: -12px;
    background: rgba(41.2, 41.2, 41.2, 0.3);
    margin-top: 25px;
}
.boxHead {
    padding-top: 12;
    padding-bottom: 12;
    text-align: center;
    background: rgba(41.2, 41.2, 41.2, 0.3);
    color: #FFFFF0;
    margin-left: 30px;
    margin-right: 30px;
}
.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: calc( 60% - 20px );
    padding: 0px;
    background: rgba(41.2, 41.2, 41.2, 0.3);
    margin-top: 25px;
}
.rightHead {
    text-align: center;
    background: rgba(41.2, 41.2, 41.2, 0.3);
    color: #FFFFF0;
    margin-left: 30px;
    margin-right: 30px;
    padding: 3px;
    padding-bottom: 4px;
}
h4 {
    color: #FFFFF0;
    margin-bottom: 0px;
}
#commentInput {
    width: calc( 80% - 6px );
    margin: 0;
    margin-top: 10px;
    height: 100px;
}
textarea {
    color: #FFFFF0;
    background: rgba(41.2, 41.2, 41.2, 0.3);
}
input {
    color: #FFFFF0;
    background: rgba(41.2, 41.2, 41.2, 0);
}
a {
    font-size: 10px;
    color: #F2E58F !important;
}
#hSub a {
    color: #FFFFF0 !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;
}