@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: "Planet Estyle";
	src: url("Planet_Estyle.woff2");
}

a:link {
	color: cyan;
}

a:visited {
  color: blue;
}

a:hover {
  color: aquamarine;
}

a:active {
  color: lightcyan;
}

body {
	margin: 32px 0px 32px 0px;
	background-image: url("bg.png");
	background-attachment: fixed;
	background-color: #000000; 
	text-align: center;
	padding: 0px;
	color: white;
	font-family: 'Planet Estyle', Regular;
	filter: drop-shadow(0px 8px 11px #21131C);
}

table {
	margin: 10px auto 5px auto;
	width: 1000px;
	border-radius: 12px;
	border-collapse: separate;
	border-spacing: 20px 0;
	justify-content: flex-end;
	text-align: justify;
}

th {
	width: auto;
	padding: 4px;
	color: black;
	background-color: azure;
	position: relative;
	border-radius: 12px 12px 0px 0px;
	text-align: left;
	font-size: 20px;
}
		
td {
	padding: 4px;
	background-color: #5B5151;
	border: double azure;
	border-radius: 0px 0px 12px 12px;
	text-align: left;
	text-shadow: 0px 0px 4px rgba(33, 19, 28, 1);
}

infotable{
	position:relative;
	width:800px;
	margin: 10px 100px 20px 100px;
}

#header {
	width: 929px;
	height: 121px;
	margin: 10px auto 20px auto;
}

		
@keyframes hover {
	0% {transform:translate(0,-3px);}
	50% {transform:translate(0,3px);}
	100% {transform:translate(0,-3px);}
}
		
@-webkit-keyframes huecycle {
    0% {-webkit-filter: hue-rotate(0deg) saturate(200%);filter: hue-rotate(0deg) saturate(200%);opacity:1;}
    50% {-webkit-filter: hue-rotate(180deg) saturate(200%);filter: hue-rotate(180deg) saturate(200%);opacity:0.5;}
    100% {-webkit-filter: hue-rotate(360deg) saturate(200%);filter: hue-rotate(360deg) saturate(200%);opacity:1;}
}

@-webkit-keyframes huecycle {
    0% {-webkit-filter: hue-rotate(0deg) saturate(200%);filter: hue-rotate(0deg) saturate(200%);opacity:1;}
	50% {-webkit-filter: hue-rotate(180deg) saturate(200%);filter: hue-rotate(180deg) saturate(200%);opacity:0.5;}
	100% {-webkit-filter: hue-rotate(360deg) saturate(200%);filter: hue-rotate(360deg) saturate(200%);opacity:1;}
}

@-webkit-keyframes huecycle2 {
	0% {-webkit-filter: hue-rotate(-60deg) saturate(200%);filter: hue-rotate(-60deg) saturate(200%);opacity:0;}
	50% {-webkit-filter: hue-rotate(100deg) saturate(200%);filter: hue-rotate(100deg) saturate(200%);opacity:1;}
	100% {-webkit-filter: hue-rotate(300deg) saturate(200%);filter: hue-rotate(300deg) saturate(200%);opacity:0;}
}

@keyframes huecycle2{
    0% {-webkit-filter: hue-rotate(-60deg) saturate(200%);filter: hue-rotate(-60deg) saturate(200%);opacity:0;}
	50% {-webkit-filter: hue-rotate(100deg) saturate(200%);filter: hue-rotate(100deg) saturate(200%);opacity:1;}
	100% {-webkit-filter: hue-rotate(300deg) saturate(200%);filter: hue-rotate(300deg) saturate(200%);opacity:0;}
}