* {color: hotpink; font-family: Comic Sans MS; text-transform: lowercase !important;}



body {background-color: black;}

@media (min-width: 1400px) {body {background-image: url("https://i.imgur.com/InyANUu.jpg"); background-attachment: fixed; background-position: center; background-size: 100%; image-rendering: crisp-edges;}}

@media (max-width: 1400px) {body {background-image: url("https://i.imgur.com/eJqTN6M.jpg"); background-attachment: fixed; background-position: center; background-size: 100%; image-rendering: crisp-edges;}}



.header, .header a, .header b, header input, .header select, option {
    color: red;
}

input, select {
    border-bottom: 2px solid rgb(128,91,96);
    border-right: 2px solid rgb(128,91,96);
    border-top: 2px solid rgb(255,218,223);
    border-left: 2px solid rgb(255,218,223);
    color: red;
    background-color: lightpink;
}

.headerTop {
    background-color: hotpink;
}

.headerBottom {
    background-color: hotpink;
}



div#smsg {
    font-size: 0px;
    color: hotpink !important;
    background-color: rgba(255,105,180,0.2) !important;
    border: 0px solid transparent !important;
    border-bottom: 3px solid hotpink !important;
}

div#smsg::after {
    content: "Meow mew prr";
    font-size: 16px !important;
}



.LeftHandUserInfo > br:nth-of-type(-n+2) {
  display: none;
}

.ProfileInfo {
  background-color: rgba(255,105,180,0.2);
  margin-top: 46px;
  border: 3px solid hotpink;
}

.username {
  float: left;
  margin-left: 10px !important;
}

.ProfileInfo img:nth-of-type(1) {
  float: right;
  margin-right: 10px !important;
}

.ProfileInfo img:nth-of-type(2) {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 25px;
}

small.status {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 200px;
}

#avatar {
    width: 200px;
}



#blogTitle ~ .commentsList .commentRight {
    display: none !important;
}