body {
   background: black;
   color: white;
   font-family: Arial;
   text-align: center;
}

#Otter {
	-ms-transform: rotateX(360deg);
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
	-ms-transition: 3s;
	-webkit-transition: 3s;
	transition: 3s;
}

h2 { color: red; }

#Holt {
	position: fixed;
	left: 10px;
	bottom: 10px;
}
