html {cursor: url(https://pixelsafari.neocities.org/favicon/horror/medical/syringe4.gif), auto;
}
body	{
	background-image: url("https://apod.nasa.gov/apod/image/0508/m46m47_hetlage_f.jpg");
}

.site	{
	display: flex;
	justify-content: center;
	width: 795px;
	height: 620px;
}

.miniheader2	{
	font-family:'Courier', monospace;
	font-size: 40px; font-weight: bold;
	letter-spacing:5px;
	color:#bf00ff ; 
	margin-left: 5px;
	margin-right: 5px;
 animation: blinkMe 3s linear infinite;
}
@keyframes blinkMe {
 0% {
  opacity: 0;
 }
 50% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}

a {color: #ffb7c5 ;
	transition-duration: .3s;
	text-decoration: none;
}

a:hover {
	letter-spacing: 5px;	text-decoration: none;
}