html, body { height:100%;
background: #000; color: #fff;}
#main { height:100%; text-align: center;   display: flex;
  align-items: center;
  justify-content: center;}
footer, footer a{text-align: center; color: #fff;}
footer{
  margin: -3em 0 0 0;
  font-size: 1.5em;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;}
.logo{
  width: 224px;
  margin: auto;
  /* animation: glow 1s ease-in-out infinite alternate; */

}
.affiliations{
  font-size: .5em;
  color: #999;;
}
/* 

@keyframes glow {
  from {
    
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #0073e6, 0 0 20px #0073e6, 0 0 25px #0073e6, 0 0 30px #0073e6, 0 0 35px #0073e6;
  }
  to {
    box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #0073e6, 0 0 40px #0073e6, 0 0 50px #0073e6, 0 0 60px #0073e6, 0 0 70px #0073e6;
  }
} */