body {
	background:url(field.gif) repeat;
	}
.link	{
	visibility:hidden;
	}
img {
	position:absolute;
	display: flex;
    justify-content: center;
    align-items: center;
    left:27%;
	max-height:1080px;
	max-width:1920px;
	top:7%;
	animation:galx 0.33s infinite;
	}
	
@keyframes galx {
0% {opacity:0.9;}
33% {opacity:1.0;}
66% {opacity:0.8;}
100% {opacity:1.0;}
}
iframe	{
	width:400px;
	height:410px;
	display: block;
  margin-left: auto;
  margin-right: auto;
  border:none;
}
a {
	text-align:center;
	position:fixed;
	font-family:Arial;
	text-decoration:none;
	z-index:1;
	animation:star 0.25s infinite;
	font-size:6pt;
	}
@keyframes star {
  0% {color:blue;/*font-size:4pt*/;}
  33% {color: white;/*font-size:6pt*/;}
  66% {color: blue;/*font-size:4pt*/;}
  100% {color: white;/*font-size:6pt*/;}
  }
