.text1 { font-weight: bold; }

body {
  background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSh9jhRO03k5q_4kGwDlp4IWAYapPyOpAcPMQ&usqp=CAU);
  color: #fff;
}
@keyframes spin{
 from{transform:rotate(0);}
 to{transform:rotate(360deg);}
}
#friends img {
  width: 65px;
  height: 65px;
  animation: 1.6s linear spin infinite;
  margin: 5px;
  box-shadow: 0px 0px 3px 3px #fff;
  border-radius: 999px;
}
.RightHandUserInfo {
  background: url(https://i.imgur.com/xuTERqd.png) no-repeat;
  background-size: contain;
  width: 575px;
  padding-top: 63px;
}
.container { width: 58em; }
.info { margin-top: 63px; font-weight: bold; }
@keyframes rnb{
  from {filter:hue-rotate(1deg);}
  to {filter:hue-rotate(360deg);}
}
a {
  color: red;
  animation: 1.2s linear rnb infinite;
  -webkit-filter: brightness(1.5);
}

.headerTop, .headerBottom {
  background-color: #000;
  color: #fff;
  border-bottom: 2px solid #fff;
}

input[placeholder="Search"], select[name="queryfor"], input[value="Search"] {
  background: #fff;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  filter: invert(1);
}

form[class="search"] { transform: translate(7px,-3px); }

input[value="Search"] { cursor: pointer; }

.headerBottom { background: #444; }

#username-field, .reportButton, .blockButton, .formerly { display: none; }

.blogInfo#blogs, .blogInfo#videos {
  background: #000;
  color: #fff;
  border: 2px solid #fff;
  margin-bottom: 2px;
}

.contactInfoTop {border-bottom: 1px solid #fff; background-color:#000;color:#fff;}
#song, #group, #url, #friends {background:#000;color:#fff;border:2px solid #fff;}

.info {
  border-radius: 5px;
  background: #000;
  border: 1px solid #fff;
  color: magenta;
  animation: 1.4s linear rnb infinite;
}

#bio, #meet {
  background: #000;
  color: #fff;
  border: 2px solid #fff;
}

#meet { transform: translate(0px, -4px); }

#mybio > img {max-width: 730px;}
@keyframes spin3d{
 from{transform:rotateX(0) rotateY(50deg) rotateZ(180deg)}
 to{transform:rotateX(720deg) rotateY(770deg) rotateZ(-180deg)}
}
#comments > .info::after {font-size:0px}
#comments > .info {font-size:16px}

img[src="/u/online.gif"] {
  width:140px;
  animation:2s linear rainbow infinite;
}
.avatar, .commentPictures[src="/u/149/avatar.gif"] { max-width: 190px; animation:1.4s linear spin3d infinite; margin-bottom: 25px; border-radius: 999px; box-shadow:0 0 7px 3px #fff; }
a[href="/blogs"]{font-size:0px;}
a[href="/blogs"]::after{font-size:14px;content:"Blog"}
#yld { background: #fff; }
#dislikebutton { display: none; }

#song .contactInfoTop::before { font-size: 15px; content: 'Song: ' }

#siteTitle {font-size: 0px;}
#siteTitle::after {font-size: 15px;content: "myspace.windows93.net";}

@keyframes inrnb {
  0% { letter-spacing: 5px; filter:hue-rotate(1deg); }
  50% { letter-spacing: -5px; filter:hue-rotate(180deg); }
  100% { letter-spacing: 5px; filter:hue-rotate(360deg); }
}

.username {
  color: red;
  animation: inrnb 3s cubic-bezier(0.45, 0.05, 0.55, 0.95) forwards infinite;
  -webkit-filter: brightness(1.5);
  font-size: 45px;
}

