a, a:visited {
  color: white;
}

body {
  background: url(https://i.imgur.com/R4LIcsc.gif) 100% / 100%;
}

#header {
  background: #2D2D2D;
  border: 0px;
}

#hSub {
  background: #2D2D2D;
  border-bottom: 10px solid;
  margin-top: -1px;
}

#container {
  color: white;
  margin-left: 0px;
  margin-top: 10px;
  background: #2d2d2d;
  border-inline: 8px white double;
}

.extended {
  border: 0px;
}

table.short #avatar {
  width: 128px;
}

h4, .rightHead {
  color: red;
  background: none;
  padding: 5px;
}

.boxInfo {
  border: 0px;
}

.boxButton {
  color: white;
}

.boxHead {
  background: none;
}

.url {
  display: none;
}

.fwiendFace {
  max-width: 64px;
}

.comments {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0x;
  left: 0px;
  background: #2D2D2D;
  width: 100%;
}

.comments .boxHead {
  background: #2D2D2D;
}

.comments form {
  margin-inline: auto;
  width: calc(99% - 100px);
}


#commentInput {
  border: 0px;
  color: white;
  text-transform: uppercase;
  background: url(https://i.imgur.com/3OJOHMv.png) 50% 50% / contain no-repeat;
}

#userWall {
  margin: 0px;
}

#userWall tbody {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  width: 100%;
}

#userWall tbody tr {
  display: flex;
  flex-direction: column;
  margin-inline: 20px;
  margin-top: 0px;
  min-width: 256px;
  text-align: center;
  max-width: 256px;
}

.tableLeft {
  display: flex;
  place-content: center;
  background: none;
  width: 256px;
  height: 128px;
  margin-inline: 4px;
}

.tableRight {
  border: 4px white solid;
  background: black;
  color: red;
  width: 100%;
  height: 100%;
}

.tableLeft img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}