body{
  background: #313131;
}

#header {
  background: #71e2ae;
  color: #319e81;
  border-bottom: 1px solid #20feb4;
  text-transform: uppercase;
}

#hSub {
  border-top: 5px solid #20feb4;
  border-bottom: 5px solid #419b9b;
  background: #9fe1e0;
  color: #419b9b;
  text-transform: uppercase;
  text-align: center;
}

#hSub a {
  color: #419b9b;
  font-weight: bolder;
}

#header a:not(.logo) {
  color: #419b9b;
  font-weight: bolder;
}

a.logo {
  color: #319e81;
  font-weight: bolder;
  font-size: 0px;
}


a.logo::after {
  font-size: 15px;
  content: "TYPHEUS";
}

#container {
  backdrop-filter: drop-shadow(0px 0px 39px #000);
  border: 5px solid #419b9b;
  background: #d5efed;
}

.topLeft {
  margin-top: 50px;
}

.topRight {
  margin-top: 50px;
}
h2#name.uName {
  color: #0715cd;
}

#userWall {
  font-family: courier;
}

.rightHead {
  background: #71e2ae;
  color: white;
  padding: 4px;
}

.boxHead {
  background: transparent;
  color: white;
  padding: 4px;
}

h4 {
  color: #71e2ae;
}

.boxInfo {
  border: 3px solid #419b9b;
  background: #71e2ae;
}
.url {
  font-size: 0px;
  border: 0px;
}

div.box.comments {
  border: 3px solid #fff700;
  background: #ffb500;
}

.tableLeft {
  background: #fff700;
}

.tableRight {
  border: 3px solid #c58b03;
  background: white;
}

#commentInput {
  border: 3px solid #c58b03;
  background: white;
  margin-right: 3px;
}