body {
   margin: 0px;
   font-size: 16px;
   background: url(https://i.pinimg.com/originals/60/35/1a/60351a31e6365049a1c4937c08893d3e.gif);
   background-size: cover;
   font-family: Arial, sans-serif;
  color: white !important
}
div.righthanduserinfo {
   width: 40em;
   margin: auto;
   padding: 5px;
   background: url(https://i.pinimg.com/originals/33/34/d4/3334d4e4d6a5455920af2b259746e6d1.gif);
   box-shadow: 0 0 12px #ff75a8;
  background-size: cover;
   border-radius: 30px;
}
.info {
   background: #fdfdfd00;
   color: #eeeaff;
   font-family: monospace;
   padding-left: 5px;
   text-transform: lowercase;
}

.contactInfoTop {
   padding: 3px;
   padding-bottom: 4px;
   padding-left: 6px;
   color: white;
   background-color: #bcb3e200;
   font-weight: 600;
   text-transform: lowercase;
   text-shadow: 0px 0px 8px #ffffff47;
}

.url {
   border: solid 2px #bcb3e200;
   padding: 2px;
   box-shadow: 4px 4px #0000;
}


.username {
   display: inline-block;
   margin: 0px;
   white-space: nowrap;
   font-style: italic;
   animation: pink 2s linear infinite;
}

.text1 {
   color: #ffffff;
   font-weight: bold;
   text-transform: lowercase;
}

.contactInfo {
   border: 1px solid transparent;
   box-shadow: 4px 4px #0000;
}


hr {
    border-color: #ff000000 !important;
}

#audioelement {
    margin-bottom: -3px;
    height: 40;
    filter: invert(1);
}

div.lefthanduserinfo {
    text-shadow: 0px 0px 7px #e5d2d8;
}

.headerTop {
    background-color: #e5d2d8;
    display: block !important;
    width: 100%;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 10px;
    text-decoration: none;
}

.headerBottom {
    background-color: #e5d2d8;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
    width: calc( 100% - 5px );
    display: block !important;
    padding-right: 5px;
    padding-top: 5px;
    text-decoration: none;
}

a:hover {
  animation: changeColor 1.5s linear infinite;
}
@keyframes changeColor{
    0%{color:#FDDB68;}
    10%{color:#F48190;}
    20%{color:#CE65BA;}
    30%{color:#AE73B5;}
    40%{color:#6880AC;}
    50%{color:#4892B7;}
    60%{color:#44BAAA;}
    70%{color:#6AC66F;}
    80%{color:#D1EC2B;}
    90%{color:#FFF011;}
    100%{color:#FFC16D;}
}

@keyframes pink{

0% { color: #fb0e70; } 
10% { color: deeppink; } 
20% { color: #d614b1; } 
30% { color: #ba22cc; }
 40% { color: #b03eea; } 
50% { color: #ef00ff; } 
60% { color: #e400ff; } 
70% { color: #ff00ce; } 
80% { color: deeppink; }
90% { color: #ff1460; } 
100% { color: deeppink; }
}


/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat991.cur), auto !important;} /* End https://www.cursors-4u.com */

@keyframes shibufloat { 
    0% { transform: translate(0,  0px); } 
    50%  { transform: translate(0, 30px); } 
    100%   { transform: translate(0, -0px); }     
}

 div.righthanduserinfo, div.lefthanduserinfo {
    animation-name: shibufloat;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

