body {
  background-image: url("https://apod.nasa.gov/apod/image/2505/M81M82_CAT_3780.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  color: white;
  font-family: monospace;
}

#country {
  font-size: 0;
}
#country::before {
  font-size: 15px;
  content: "space";
}

.rightHead {
  display: none;
  color: white;
  background-color: transparent;
}

h4 {
  color: white;
}

#userWall {
  font-size: 12px;
}
#userComment18174 {
  display: none;
}

.fwiendCounter {
  font-size: 0;
}
.fwiendCounter::before {
  font-size: 15px;
  content: "Friends:";
  font-weight: bold;
}

.tableRight {
  background: linear-gradient(
    to right,
    rgba(128, 128, 128, 0.5),
    rgba(128, 128, 128, 0)
  );
}
.tableLeft {
  background-color: rgba(64, 64, 64, 0.5);
}

a:link {
  text-decoration: none;
  color: #aec6cf; 
}
a:visited {
  text-decoration: none;
  color: #b19cd1;
}

.boxButton {
  color: white; 
  text-shadow: 
    -1px -1px 0 #000000,
    1px -1px 0 #000000,
    -1px 1px 0 #000000,
    1px 1px 0 #000000;
  font-size: 12px;
}

.boxHead {
  background: linear-gradient(to right, #0000007F, #00000000);
}

#header, #hSub {
  font-family: monospace !important;
}
#header>a:visited {
  color: white;
}

#header { background-color: #3F3F3F7F; }
#hSub { background-color: #7F7F7F7F; }

input[type="submit"] {
  font-family: monospace;
}

#commentInput {
  background-color: black;
  color: white;
  border: 1px solid #fff;
}

#online {
  display: none !important;
}
#lastLogin {
  font-size: 0;
}
#lastLogin::after {
  font-size: small;
  content: "the big bang";
}

.boxInfo, .extended, .url {
  border: 1px solid #fff;
}

#viewFriends {font-size: 0}

.url>div>a {
  color: #fff !important;
}