body, html{
  margin:0;
  padding:0;
  height:100%;
}

body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  background:#000 url('/i/nightsky.gif') no-repeat;
  background-size:cover;
  box-sizing:border-box;
}

#logo{
  display:block;
  margin:-25vH 0 0;
  width:130px;
  height:60px;
  filter:drop-shadow(0 0 30px #FFF);
  color:#FFF;
  font-size:60px;
}

#title{
  margin:0.8em 0 0.8em -25%;
  padding:0.4em 60% 0.65em 25%;
  line-height:90%;
  font-family:Georgia, serif;
  background:#FEF0FF;
  color:#000;
  font-size:6.2em;
  font-weight:normal;
}