@import url('https://www.dafont.com/heart-breaking-bad.font');

body {
 background-image: url("https://img.freepik.com/free-photo/dark-green-texture_1205-338.jpg?1?w=360");
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
 text-align: center;
}
.logo:after {
    font-size: 15px;
    font-weight: bold;
    content: "SaveWalterWhite.com";
}
.logo {
  font-size: 0px;
}
.url {
    border: solid 0px #69c;
    padding: 2px;
    color: #023020
}
.tableLeft {
  background: url(https://i.pinimg.com/originals/2e/52/9e/2e529e473f29e8c7b7d837c89d5071ef.jpg);
  border: solid 1px #fff;
}
.tableRight {
  background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/4/49/A_black_image.jpg/640px-A_black_image.jpg");
  border: solid 1px #aaa;
}
.boxInfo {
  background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/4/49/A_black_image.jpg/640px-A_black_image.jpg");
}
.extended {
  border: solid; 
  background-position: center; 
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/4/49/A_black_image.jpg/640px-A_black_image.jpg");
}
.boxButton, body a {
  color: #5aa350 !important;
}
h2.uName {
  font-family: 'heart-breaking-bad';
  color: #8B0000;
}
.boxInfo {
  background: url("https://media.istockphoto.com/illustrations/dark-green-background-with-small-touches-christmas-texture-with-on-illustration-id1289562025?k=20&m=1289562025&s=612x612&w=0&h=dpZ5Hp8af-lCCUtw_7uJJF0Kike_vlftRlo5xViubgs=");
}
.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%);
}
body {
  color: #8B4000;
  font-size: 15px;
  text-shadow: 1px 1px #000000;
  text-transform: uppercase;
  font-family: heart-breaking-bad;
  font-style: bold;
  color: #FFFFF0
}
#avatar.avatar{
  display: block;  
  max-width: 145px;
  margin-left: -2%;
  box-shadow: 0px 0px 20px black;
  border: 4px solid green;
  padding: 5px;
  border-image: url(https://t3.ftcdn.net/jpg/04/17/30/36/360_F_417303614_01xXEcIDGv7NgSQ0Keack0fG0GbbgVYW.jpg) 20 round;
}
#svmsg {
  display: none;
}
body::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/4/49/A_black_image.jpg/640px-A_black_image.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: 100em 50%;
    z-index: 10000;
    opacity: 0;
	animation-name: fade;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	animation-duration: 3s;
}
    @keyframes fade {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}