table {display:table-cell; width:100%;border-collapse:collapse;}
td {color:cyan;background:rgba(0, 0, 0, 0.5);border:1px solid black;padding:6px;}
th {text-align:center;color:yellow;background:rgba(0, 0, 0, 0.0);border:0px solid black;padding:6px;}
h2 {
color: black;
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;
}
@-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%}
}
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);
}
