body {
  background: url(https://i.imgur.com/H6jpRMQ.gif);
    background-size: auto;
  background-size: 100%;
  image-rendering: -moz-crisp-edges;
}

#container {
    padding: 30px;
    border: 30px solid #ff5600;
    border-image: url(https://i.imgur.com/MaSJ55L.png) 33 round;
    border-image-outset: 2px;
    margin-top: 40px;
    background-size: 100% 100%;
    background-position: 0px 0px,0px 0px,0px 0px,0px 0px,0px 0px;
    background-image: linear-gradient(90deg, #e5d864 0%, #e5d864 7%, #71C4FF00 15%),linear-gradient(180deg, #e5d864 0%, #e5d864 7%, #71C4FF00 15%),linear-gradient(0deg, #e5d864 0%, #e5d864 7%, #71C4FF00 15%),linear-gradient(270deg, #e5d864 0%, #e5d864 7%, #71C4FF00 15%),radial-gradient(75% 75% at 50% 50%, #E5D86457 0%, #FFFFFFFF 100%);
}

.extended {
    border: 4px solid #000;
    background: yellow;
}

.boxHead {
    background: #ff0000;
    color: black;
}

.boxInfo {
  border: 0px;
  background: #f00;
  margin-bottom: 20px;
  margin-top: 20px;
}

h4 {
    color: #00ff06;
    margin-bottom: 0px;
}

.rightHead {
    background: #e5ff00;
    color: #000000;
    padding-left: 4px;
}

#commentInput {
  background: url(https://i.imgur.com/lsjLxIt.png);
  background-size: 100% 100%;
  border: 0px;
}

span#age {
    font-size: 0px;
}
span#age::before {
    content: "0.019 ";
    font-size: 15px;
}

.url {
    border: solid 3px #000;
    background: #e2ff43;
    padding: 2px;
}

      @keyframes glowing {
        0% {
          color: #c6ff00;
          text-shadow: 0 0 5px #ffffff;
        }
        50% {
          color: #ff0000;
          text-shadow: 0 0 20px #ffa700;
        }
        100% {
          color: #c6ff00;
          text-shadow: 0 0 5px #ffffff;
        }
      }

h2#name {
    animation: glowing 2s infinite;
    font-size: 40px;
    font-family: Impact;
}

a.logo {
    animation: glowing 2s infinite;
}

.player {
    padding: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: lightgray;
    color: #000;
    text-shadow: 2px 2px white;
    width: calc(100% - 10px );
    border: 0px;
    background: #fdfeff;
    filter: saturate(100) hue-rotate(257deg);
}

.blog {
  background-color: #fff375;
  border: 5px solid #897b00;
  padding: 15px;
}

.tableRight {
  background: #e5d864;
  border: 5px solid #fff375;
  color: white;
  font-weight: 400;
  border-radius: 25px;
}

.tableLeft {
  background: #fff375;
  border: 5px solid #e5d864;
  border-radius: 25px;
}

a.logo::after {
    font-size: 15px;
    content: "myspace.f46n.org - the banana part";
    font-weight: bold;
}

#header {
    background: yellow;
    height: 60px;
    border-bottom: 10px solid black;
}

#hSub {
    background: none;
}

#hSub a {
  color: black;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 5px;
  border-bottom: 5px solid #00000042;
}

.tableLeft img {
  max-height: 300px;
  height: 150px;
  width: 90px;
}

.fwiendCount {
  color: #fff;
  font-size: 40px;
  background: #e30000;
  padding: 10px;
  border-radius: 360px;
  margin: 10px;
}

.fwiendCount::after {
  content: "+"
}

.tableLeft img {
  object-fit: cover;
  height: 80px;
  width: 80px;
}

.tableRight {
  background: #897b00;
  border: 5px solid #ffe500;
  color: white;
  font-weight: 400;
}

.url::after {
  content: url(https://i.imgur.com/G9akxaV.png);
}

.url {
  border: 0px;
  background: #ffe500;
  padding: 2px;
}

.extended {
  border: 0px;
  background: #fff375;
}

.blogCorpus img {
  image-rendering: auto;
  max-width: 300px !important;
}