/* KYS */
body {
    background: linear-gradient(270deg, #f2ff00, #00d3ff);
    background-size: 400% 400%;
    animation: LeBackground 8s ease infinite;
}
a:link {
  color: red;
}
a:visited {
  color: green;
}
a:hover {
  color: hotpink;
}
a:active {
  color: blue;
}
/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/cursors/cur-1/cur11.cur), auto !important;} /* End https://www.cursors-4u.com */
.username {text-decoration: underline wavy #000000;
font-family:cursive;
}
p {
color: #034eff;
font-family:Georgia, serif;	
font-size:15;
border: 4px dashed #f06262;
box-shadow: 5px 5px 10px 1px #6d1eec;
background-color: #c8cf29;
font-variant: small-caps;
font-weight: bold;
}
#siteTitle {
font-size: 0px;
}
#siteTitle:after {
font-size: 30px;
color: rgb(255, 154, 54);
content: "The \0028REAL\0029 Az";
}
#songTitle {
font-family:sans serif;
}
.headerTop {
background-image: url(https://www.designyourway.net/diverse/darkpat/COLOURlovers.com-Grey_Background.jpg);
}
.headerBottom {
text-align: center;
font-size: 20px;
}
.formerly {
font-size: 0px;
}
.formerly:after {
font-size: 12px;
content: "KYS";
  animation-name: Seizure;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  cursor: pointer;
}
#text {
font-family: comic sans;
}
.contactInfoTop {
  color:rgb(255, 3, 40);
  background: rgb(211,255,71);
  background: linear-gradient(90deg, rgba(211,255,71,1) 48%, rgba(0,211,255,1) 100%);
}
hr {
border: dotted;
color: rgb(255, 105, 180);
}
div#userComment {
background: linear-gradient(53deg, #2c37bf 3%, #27b0bb 63%, #00ffb7 98%);
  border: inset #1e017f;
  color: #c7c8c9;
  font-style: bold;
}
.contactInfo {

  border: 10px ridge #8b0000;
  border-radius: 19px;
}
#avatar.avatar {
  border-radius: 30px;
  box-shadow: 8px 5px 11px 6px #000;
}
.lastactive {
  background-image: url(https://i.pinimg.com/736x/9c/4c/01/9c4c01a96846d7283d5b18d0052101df.jpg);
  transition: height 1s ease 0s;
  background-size: cover;
}
.lastactive:hover {
  height: 120px;
  width: 200px;
}
audio {
  background: linear-gradient(90deg, rgba(211,255,71,1) 48%, rgba(0,211,255,1) 100%);
}
#audioelement {
background: linear-gradient(90deg, rgba(211,255,71,1) 48%, rgba(0,211,255,1) 100%);
}
#friends img {
border-radius: 100px;
border: 10px double #3a00ff;
}
#friends img:hover {
animation: circleBig 1s ease 0s 1 normal forwards;
}

#commentstitle.info {
font-family: comic-sans;
}
.commentsbox {
opacity: 0.6;
}
.commentRight {
border: 7px solid #000;
border-radius: 76px 100px 0px 87px;
text-align: center;
display: contents;
box-shadow: 11px 13px 10px 7px #000;
}
.headerBottom {
background-color: black;
}
a { 
transform: translate(100px, 50px);
cursor: crosshair;
}
.commentPictures {
transform: translate(100px, 50px);
border-radius: 30px;
box-shadow: 8px 5px 11px 6px #000;
}
#commentPictures {
transform: translate(100px, 50px);
border-radius: 30px;
box-shadow: 8px 5px 11px 6px #000;
}
small {
font-family: Impact, fantasy	;
}

@keyframes LeBackground {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes circleBig {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.9);
  }
  100% {
    transform: scale(2);
  }
}
@keyframes Seizure{
  0%   {color:red;}
  25%  {color:yellow;}
  50%  {color:blue;}
  75%  {color:green;}
  100% {color:red;}
}
/* YWNBARW */