/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
}

                     .sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

@keyframes rumble 
{
	0%, 100% {}
	50% { transform: translateY(-0.2em) }
}

.rumble 
{
	-webkit-animation: rumble linear 0.1s 0s infinite;
	animation: rumble linear 0.1s 0s infinite;
      display:inline-block;
}

            .scawy { color:#000000 ;
                     background-color:#000000;
                     text-decoration : none;
                     }
                     
                     

.sparkle
{
	background: url("/images/sparkle.gif") repeat;
}
    /*REFRESH DAMN YOU FUCK WHAT ARE YOU DOING NEOCITIES STOP SHITTING THE BED

