body.blogBody #name.uName {
  text-shadow: 2px 2px pink;
  letter-spacing: 10px;
  color: black;
  font-size: 30px;
}

body.blogBody .blogCard {
  width: 25%;
  text-align: center;
}

body.blogBody .blogPost {
  width: calc(75% - 20px);
  margin-left: 20px;
  background-image: url(https://europ-europ.neocities.org/myspace/093.jpg);
  position: relative;
  border: 10px solid transparent;
  border-image: url(https://europ-europ.neocities.org/myspace/ramme.gif) 30 round;
  max-width: 550px;
  text-align: left;
}

body.blogBody #avatar.avatar {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 15px;
  border: 10px solid;
  border-image: url(https://europ-europ.neocities.org/myspace/blackbacks2.gif) 30 stretch;
  display: block;
  box-sizing: border-box;
}

body.blogBody #credo {
  background-color: pink;
  font-size: 18px;
}

body.blogBody #lastLogin {
  background-color: pink;
}

body.blogBody .boxHead {
  background-image: url(https://europ-europ.neocities.org/myspace/ScalyLively.gif);
  color: white;
  padding: 7px;
  border-bottom: 1px solid #1b1b1b;
}

body.blogBody .boxButton {
  color: pink;
}

body.blogBody .blogArchive a {
  color: white;
  background-color: black;
}

body.blogBody .blog {
  background: #000;
  background-image: url(https://europ-europ.neocities.org/myspace/Black_Box_mini.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 100%;
  border: 5px solid black;
  padding: 15px;
}

body.blogBody .blogs {
  color: pink;
}

body.blogBody .blogs a:hover,
body.blogBody .blogs a:visited:hover {
  text-shadow: 6px 7px 4px pink;
}

body.blogBody .blogCorpus h1 {
  margin-top: 0;
  color: white;
}

body.blogBody p {
  color: #CB9C00;
}

body.blogBody p a:hover,
body.blogBody p a:visited:hover {
  text-shadow: 6px 7px 4px #CB9C00;
}

body.blogBody .tableLeft {
  transition: 0.5s;
  background: #000000 url(https://europ-europ.neocities.org/myspace/spcwve.gif);
}

body.blogBody .tableLeft img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body.blogBody .tableRight {
  background: #000000 url(https://europ-europ.neocities.org/myspace/spcwve.gif);
}

body.blogBody .tableLeft:hover {
  border-radius: 5px;
  transform: scale(1.2);
  background: #000000 url(https://europ-europ.neocities.org/myspace/w_chk04b.gif);
  box-shadow: 0 0 1rem #fff;
  border: 1px solid #fff;
  transition: 0.5s;
}

body.blogBody button {
  color: pink;
  background: black;
}

body.blogBody button:hover {
  transform: skew(-10deg);
  border: 3px dotted #ff7a59;
  color: #ff7a59;
  background: #fff;
}

body.blogBody a {
  color: white;
  background-color: black;
}

body.blogBody #online {
  content: url(https://europ-europ.neocities.org/myspace/online3.gif);
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 13px;
}

.blogCorpus img {
  display: block;
  margin:20px auto;
}

@media only screen and (max-width: 700px) {
  body.blogBody .blogCard,
  body.blogBody .blogPost {
    width: 100%;
    max-width: none;
  }

  body.blogBody .blogPost {
    margin-left: 0;
  }

  body.blogBody .blogTitle {
    margin-top: 30px;
  }
}

body.blogBody #hSub a {
  color: white;
  background-color: black;
}

body.blogBody #hSub a:hover,
body.blogBody #hSub a:visited:hover {
  animation-name: pinkrainbow;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

@keyframes pinkrainbow {
  0% { color: #F58383; }
  20% { color: #E89797; }
  40% { color: #E1A5A5; }
  60% { color: #DEB9B9; }
  80% { color: #D1C9C9; }
  100% { color: #E3E3E3; }
}

#hSub a {
  color: white;
  background-color: black;
}