body {
background-image: url(https://media3.giphy.com/media/3o85xJY1FaLzqeoBGw/giphy.gif);
background-size: cover;
color: orange;
border-color:red;
font-family: impact, impact, impact !important;
animation: 0.7s ease-out 0s 1 expandDong;
}
.formerly {
display:none;
}
@keyframes expandDong {
 0% {
	opacity:0;
	transform:  rotate(10deg) scaleX(0) scaleY(0) ;
 }
 100% {
	opacity:1;
	transform:  rotate(0deg) scaleX(1) scaleY(1) ;
	}
}
@keyframes in{
  0%{
    letter-spacing: 3px;
  }
  50%{
    letter-spacing: -3px;
  }
  100%{
    letter-spacing: 3px;
  }
}
#o1337 {
  font-size:0px;
}
#o1337:after {
  font-size:initial;
  content: "hi 01337 user";
}
.RightHandUserInfo {
padding-top: 20px;
}
.bruhButton {
    color:blue;
}
#smsg {
display:none;
}
.badge {
display:none;
width: 0px;
height:0px;
}
.username {
color: yellow;
animation: in 10s ease-in-out forwards infinite;
text-transform: uppercase;
text-align:center;
text-shadow: 4px 4px 8px black, -4px -4px 8px white, 2px 2px #000, -2px -2px #000;
white-space: nowrap;
}
#siteTitle {
font-size: 0px;
}
/* Dont hurt me!!! Im just a tiny little weak goober unu*/
#siteTitle:after {
font-size: 16px;
color:red !important;
content: "pro haxxer3000 ðŸ˜ŽðŸ˜ŽðŸ˜ŽðŸ˜ŽðŸ˜ŽðŸ˜ŽðŸ˜ŽðŸ˜Ž";
}
a:link {
	color: black;
	text-decoration:underline;
}
a:visited {
	color: purple;
}
a:hover {
	color: green;
	text-decoration:none;
	text-shadow: 4px 4px 8px yellow, -4px -4px 8px lime, 2px 2px #000, -2px -2px #000;
}
a:active {
	color: blue;
	font-style: comic-sans;
	text-shadow: 4px 4px 8px yellow, -4px -4px 8px orange, 2px 2px #000, -2px -2px #000;
}
#meet {
padding-left: 10px;
}
#bio {
padding-left: 10px;
}
.headerTop{
	background: red;
}
.headerBottom {
	background:orange;
}
.contactInfoTop {
	background: red;
	color: orange;
}
.contactInfo {
border: 1px red;
}
.info {
	color: black;
	background: white;
}
.text1 {
	color: blue;
}
ruffle-player {
border: 2px solid red !important;
}
.commentPictures, .friendPreviewPicture, ruffle-player, img, .admin, .status, input, select, #group, .url, .header, .usersGrid {
	filter: orange-scale (100%);
}
 1 <!doctype html>
 2 <html lang="en-us">
 3   <head>
 4     <meta charset="utf-8">
 5     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 6     <title>Duke Nukem 3d</title>
 7     <style type="text/css">
 8       .dosbox-container { width: 640px; height: 400px; }
 9       .dosbox-container > .dosbox-overlay { background: url(https://js-dos.com/cdn/Duke Nukem 3d.png); }
10     </style>
11   </head>
12   <body>
13     <div id="dosbox"></div>
14     <br/>
15     <button onclick="dosbox.requestFullScreen();">Make fullscreen</button>
16     
17     <script type="text/javascript" src="https://js-dos.com/cdn/js-dos-api.js"></script>
18     <script type="text/javascript">
19       var dosbox = new Dosbox({
20         id: "dosbox",
21         onload: function (dosbox) {
22           dosbox.run("upload/Duke Nukem 3d-@digitalwalt.zip", "/DUKE3D.EXE");
23         },
24         onrun: function (dosbox, app) {
25           console.log("App '" + app + "' is runned");
26         }
27       });
28     </script>
29   </body>
30 </html>
.headerBottom , .headerBottom span #text{
        color: black;
        font-weight: bold;
.siteHead:after {
  /* duke nukem will NEVER come back. */
  background:black;
  display:block;
  padding:0;
  margin:0;
  width:calc(100% - 10px);
  height:20px;
  color:white;
  text-align:center;
  font-size:16px;
  content:"Meb is dead and will never come back. MySpace46 better.";
  font-weight:bold;
  padding:5px;
}
#top a[href$="?id=15"] b:after {
  font-size: 15px;
  font-weight: bold;
  content: "swagmaster69";
  color: yellow;
  animation: anim_acid 2s infinite;
}