table {display:table-cell; width:100%;border-collapse:collapse;padding-left: 170px ;}
td {color:white;background:rgba(0, 0, 0, 0.5);border:1px solid black;padding:20px;}
th {text-align:center;color:lime;background:rgba(0, 0, 0, 0.0);border:0px solid black;padding:6px;}
h4 {
background:rgba(0, 0, 0, 0.8);
width: 918px;
height: 35px;
padding-top: 5px;
color: red;
margin: -5px 10px 10px -20px;
clear: both;
font-size: 18px;
border-bottom-style: solid;
border-bottom-color: #000;
border-bottom-width: 1px;

}
h5 {
padding-top: 15px;
background:rgba(0, 0, 0, 0.8);
width: 800px;
height: 185px;
border-radius: 7px;
border-style: solid;
border-width: 1px;
border-color: lime;
margin: -5px 10px -15px 35px
}

.main-content {
background:rgba(0, 0, 0, 0.5);
}
h2 {
	color:black;
	margin:10px 0 10px 0;
	clear:both;
	width:998px;
	height:35px;
        text-shadow: 0 1px rgba(155, 155, 155, 1);
	background: linear-gradient(270deg, yellow, lime, blue, red, violet);
background-size: 1200% 1200%;
-webkit-animation: AnimationName 38s ease infinite;
-moz-animation: AnimationName 38s ease infinite;
-o-animation: AnimationName 38s ease infinite;
animation: AnimationName 38s ease infinite;
	border-top-style:solid;
	border-top-color:white;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:white;
	border-bottom-width:1px;
	margin-left:-20px;
	margin-top:-6px;
	padding-top:10px;
	text-align: center;
	font-family:"Trebuchet MS"
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
