body {
color: green;
background-color: lightblue;
font-family: "Courier New";
span#hUp::before {
 content: "cough";
font-size: 13px;
animation-duration: 1.5s;
animation-timing-function: ease;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-fill-mode: none;
animation-play-state: running;
animation-name: blinkingTextYellow;
}
background-color: black;
background-image: url("https://media1.tenor.com/m/KBe_nw4IL2QAAAAC/matrix-code.gif"); background color: black;

}





.extended h3 span:before, .extended h3 #editLink {
  font-size: 18px !important;
}



a {
    color: white; /* Adjust to a color that contrasts with black */
}

.extended {
  
  color: white;
}

color: white;



.player {
  display :none;
}




.uName {
  text-shadow: 0 2px 5px white;
  font-family: Lucida Console;
}


.topRight { background-color: black }
.topLeft { background-color: black }

.boxInfo.box { background-color: black }
.url.box { background-color: black }

.tableRight { background-color: black; }
.tableLeft { background-color: black; } 


.rightHead { 
background-color: white; 
color: black;

}

#aboutTitle { color: black; color: white }
#whoTitle { color: black; color: white }

.logo {
    font-size: 0px;
}
.logo::after {
    font-size: 15px;
    content: "my profile";
    color: white
}

#header { background: black; }