<head>
<style>
body {
	background-color: #000000;
	font-family: helvetica, verdana, sans-serif;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
} 
h1 {
	font-size: 4em;
	color: #FFFFFF;
	font-family: helvetica;
	text-decoration: none;
} 
h2 {
	font-size: 2em;
	color: #C7C7C7;
	font-family: helvetica;
	text-decoration: none;
}
h3 {
	font-size: 3em;
	color: #FFFFFF;
	font-family: helvetica;
	text-decoration: none;
} 
h4 {
	font-size: 3em;
	color: #7AB9C7;
	font-family: helvetica;
	text-decoration: none;
}
h5 {
	font-size: 2em;
	color: #FFFFFF;
	font-family: helvetica;
	text-decoration: none;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 2px solid #171717;
	border-bottom: 2px solid #171717;
	background-color: #000000;
	color: #C7C7C7;
	font-family: helvetica;
	font-size: 3em;
	text-decoration: none;
	text-align: center;
}
.footergauge {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 2px solid #171717;
	background-color: #000000;
    color: #C7C7C7;
	font-family: helvetica;
	text-decoration: none;
	text-align: center;
	z-index: 3;
    animation: footer 12s infinite;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
}
.radar {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #000000;
    color: #C7C7C7;
	font-family: helvetica;
	text-decoration: none;
	text-align: center;
	z-index: 3;
    animation: footer 20s infinite;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
}
@keyframes footer {
	0%, 100% {opacity: 1;} 
	80% {opacity: 1;}
	60% {opacity: 0;}
	40% {opacity: 0;}
	20% {opacity: 1;}
}
.warn {
	display: inline-block;
	height: 150px;
	width: 90%;
	border: 2px solid #171717;
	padding:20px;
	background-color: #000000;
	color: #C7C7C7;
	font-family: helvetica;
	font-size: 3em;
	text-decoration: none;
	text-align: center;
	overflow: auto;
}
#warntxt {
	animation: warn 4s infinite;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
}
@keyframes warn {
	0%, 100% {color: #C7C7C7;
	      opacity: 1;} 	  
	70% {color: #C7C7C7;
		opacity: 0.5;} 
}
.intwarn {
	display: inline-block;
	height: 50px;
	width: 80%;
	border: 2px solid #171717;
	padding:20px;
	background-color: #000000;
	color: #C7C7C7;
	font-family: helvetica;
	font-size: .8em;
	text-decoration: none;
	text-align: center;
	overflow: auto;
}
.fcsticon {
	height: 180px;
	width: 90%;
	padding:10px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: helvetica;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
}
.column {
  float: left;
  width: 50%;
}
.row {
  content: "";
  display: block;
  clear: both;
}
.columnb {
  float: left;
}
.left, right {
  float: left;
  width: 20%;
}
.middle {
  float: left;
  width: 60%;
}
.leftsplash {
  float: left;
  width: 33%;
  text-align:right;
}
.rightsplash {
  float: left;
  width: 33%;
  text-align:left;
}
.middlesplash {
  float: left;
  width: 34%;
}
.rowb {
  content: "";
  display: inline-flex;
  clear: both;
}
.gauge  {
	padding-top: 70px;
}
table.center  {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 30px;
	text-align: center;
	color: #C7C7C7;
	display: table;
	font-size: 2em;
}
table.left  {
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	text-align: left;
	color: #C7C7C7;
}
.tmp {
	font-size: 3em;
	color: "#99DCCA";
	font-family: helvetica;
	text-decoration: none;
}
#tmpc {
	color: "#99DCCA";
}
.hum {
	font-size: 3em;
	color: '#0028D7';
	font-family: helvetica;
	text-decoration: none;
}
#humc {
	font-size: 3em;
	color: '#0028D7';
	font-family: helvetica;
	text-decoration: none;
}
.stick {
	display: inline-block;
	position: -webkit-sticky;
	position: sticky;
	width: 90%;
	top: 0;
	padding: 20px;
	background-color: #000000;
}
.web  {
	display: block;
	position: relative;
	width: 45%;
	height: 394;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
a:link{
	color: #C7C7C7;
	text-decoration: none;
}
a:visited{
	color: #C7C7C7;
	text-decoration: none;
}
a:hover{
	color: #C7C7C7;
	text-decoration: none;
}
a:active{
	color: #C7C7C7;
	text-decoration: none;
}
.button {
  background-color: #000000;
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  margin: 4px 2px;
  cursor: pointer;
  transition-duration: 0.4s;
}
.button1 {
  background-color: #000000; 
  color: #FFFFFF; 
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  width: 28%;
}
.button2 {
  background-color: #000000;
  color: rgba(255,255,255,0.3);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 8px;
  width: 28%;
}
.button3 {
  background-color: #000000; 
  color: #FFFFFF; 
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  width: 48%;
}
.button4 {
  background-color: #000000;
  color: rgba(255,255,255,0.3);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 8px;
  width: 48%;
}
.button5 {
  background-color: rgba(0,0,0,0);
  color: rgba(0,0,0,0);
  border: 0px solid rgba(0,0,0,0);
  border-radius: 8px;
  width: 28%;
}
.overlay {
  height: 100%;
  width: 100%;
  max-width: 1000px;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #C7C7C7;
  display: inline;
  transition: 0.3s;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.arc {
	background-color: #232323;
	color: #FFFFFF;
	border: none;
	text-align: center;
	outline: none;
	transition: 3.0s;
}
.accordion {
	background-color: #232323;
	color: #FFFFFF;
	padding: 30px;
	width: 100%;
	border: none;
	text-align: center;
	outline: none;
	font-size: 2em;
	transition: 3.0s;
}
.panel {
	padding: 0 18px;
	display: none;
	background-color: #000000;
	overflow: hidden;
	color: #C7C7C7;
	text-align: center;
	font-size: 1em; 
}
.super {
	position:relative;
} 
.cereal {
	position:absolute;
	top:10px;
	left:30px;
	font-size:3em;
	color:#000000;
	opacity:0.4;
}
<section>
.fade-in {
animation: fadeIn ease 1s;
-webkit-animation: fadeIn ease 1s;
-moz-animation: fadeIn ease 1s;
-o-animation: fadeIn ease 1s;
-ms-animation: fadeIn ease 1s;
}
.fade-in1 {
animation: fadeIn ease 3s;
-webkit-animation: fadeIn ease 3s;
-moz-animation: fadeIn ease 3s;
-o-animation: fadeIn ease 3s;
-ms-animation: fadeIn ease 3s;
}
.fade-in2 {
animation: fadeIn ease 10s;
-webkit-animation: fadeIn ease 10s;
-moz-animation: fadeIn ease 10s;
-o-animation: fadeIn ease 10s;
-ms-animation: fadeIn ease 10s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
</section>
</style>
</head>