* {
font-family: 'Palanquin Dark', sans-serif;
}
#links div {

  position:absolute;
  color:#fff;
  top:50%;
  left:50%;
  padding:15px;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	
}

#links a  {
    font-size: 1.4em;
color: rgba(255,255,255,0.01);
    text-decoration: none;
		padding-top:20px;
		padding-bottom:20px;
  	text-shadow: 0 0 1px rgb(255, 255, 255);

    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s linear;
}
#links a:hover  {
	text-shadow: 1px 5px 36px rgb(255, 255, 255),0 0 72px rgb(255, 255, 255),0 0 16px rgb(255, 255, 255), 0 0 0.2em rgb(0,0,150);
	transition:all 0.3s linear; 
color: rgba(255,255,255,1);
transform: scale(1.1);
}

.not-clickable {
   pointer-events: none;
   cursor: default;
}

::-moz-selection {
  color: white;
  background: white;
}

::selection {
  color: white;
  background: black;
} 

#autor {
		font-size:3em;
	color:black;
 text-shadow: 0 0px 10px rgba(0, 0, 0, 1);

	position:absolute;
	bottom:1%;
	right:1%;
}

#msGraph, #fpsText, #stats {
	display:none
}

body {
	margin:0;
	padding:0;
	background:url(asdf.png)
}

#fun {
	position:absolute;
	bottom:1%;
	left:1%;
}


.ball {
  position: absolute;
  border-radius: 100%;
  opacity: 0.7;
}