@media (min-width: 800px) {
    .topLeft::after {
        background: rgba(0, 0, 0);
        background-image: url("https://pbs.twimg.com/media/DuGblS0X4AAsQGV?format=jpg&name=large");
        filter: grayscale(40%);
        display: block;
        height: 195px;
        background-size: 100%;
        background-position: top;
        background-repeat: no-repeat;
        content: "SOULS";
        font-size: 20px;
        text-align: center;
        border: 5px solid red;
    }
}
.logo:after {
    font-size: 15px;
    font-weight: bold;
    content: "Sanctum.";
    font-align: auto;
}
.logo {
  font-size: 0px;
}
body::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    background-image: url(https://media.tenor.com/4KtxN7BEYQgAAAAC/sonicexe-jumpscare.gif);
    background-size: cover;
    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;
	}
}
body {
  color: #ff0000;
  font-family: Impact;
  font-size: 20px;
  text-shadow: 1px 1px 	#8B0000;
  text-transform: uppercase;
  font-size: 15px;
  border: 5px solid red;
}
body {
 background-image: url("https://pbs.twimg.com/tweet_video_thumb/FNhfDHfX0AE-TMK.jpg:large");
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-size: cover;
 background-origin: content-box;
 background-attachment: fixed;
 text-align: center;
 cursor: url(https://sweezy-cursors.com/wp-content/uploads/cursor/sonic-exe/sonic-exe-custom-cursor.png), auto !important;
}
.boxInfo table {
	width: 100%;
}

.boxInfo td:nth-child(1) {
background-color: #FF0000;
width: 25%;
color: #69c;
font-weight: bold;
padding: 2px;
}

.boxInfo td:nth-child(2) {
   background-color: #ffffff;
   color: #000;
padding: 2px;
}
div.extended.box {
  border: 10px solid white;
  text-shadow: 2px 2px #232336,
               1px 1px #232336;
  font-weight: 700;
  font-style: italic;
  background-color: black;
}

div.rightHead {
  background: transparent;
  color: #e813cc;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  font-family: Verdana;
}

#avatar.avatar{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;  
  box-shadow: 0px 0px 20px red;
  border: 8px yellow;
  padding: 5px;
  border-image: url(https://static.wikia.nocookie.net/symbolism/images/4/43/Orange.png/revision/latest/scale-to-width-down/1200?cb=20140818120046) 10 round;
}

div.box.blurbs {
  border: 10px #FF0000;
  text-align: center;
  padding: 11px;
  background-color: black;
}

h2#name.uName {
  font-family: Franklin Gothic Medium;
  font-style: italic;
  font-weight: 700;
  font-size: 35px;
}

div.boxHead {
  background: #FF0000;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  font-family: Verdana;
}

div#hSub {
  background-color: black;
  font-weight: 700;
  font-style: italic;
  border-bottom: 2px #FF0000;
  border-top: 1px #FF0000;
}

div#header {
  background-color: black;
  font-weight: 700;
  font-style: italic;
  border-bottom: 1px solid white;
}

div.boxInfo.box {
  border: 8px solid white;
  background-color: black;
}
div.box.comments {
  border: 8px solid white;
  padding: 5px;
  margin-top: 10px;
  background-color: black;
  filter: grayscale(40%);
}

td.tableRight {
  background: transparent;
}
