table{
	width:98%;
}
th, td {
    padding: 5px;
}
footer{
	text-align: center;
	left: 50%;
	transform: translate(-50%, -50%);
	position:absolute;
	bottom:0px;
}
h3{
	color:#0000A0;
}
h1 {
	text-shadow: 2px 2px silver;
	color:#0000A0;
}
h2 {
	text-shadow: 1px 1px silver;
	color:#0000A0;
}
#logo {
	margin-left: auto;
    margin-right: auto;
}
img {
	width: 100%;
}
.cnt {
  position: relative;
  text-align: center;
}
/* Centered text */
.ctx {
  position: absolute;
  color: green;
  font-size: 6em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.glow {
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6;
  }
}