body {
  font-size: 1.5em;
}
h1 {
	color: #fff;
	position: absolute;
	left: 20%;
	top: 10%;
}

h3 {
	color: #fff;
	position: absolute;
	left: 10%;
	top: 20%;
}

#pals {
	color: #fff;
	margin-top: 50px;
}

a, a:visited, a:hover {
	color: #fff;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
  }
}

.spinning
{
-webkit-animation-name:             rotate; 
-webkit-animation-duration:         5.5s; 
-webkit-animation-iteration-count:  infinite;
-webkit-transition-timing-function: linear;
}


a, a:hover, a:visited {
  color: #000;
}

#webring {
	position: absolute;
	left: 30%;
	bottom: 10%;
}
