body {
  box-sizing: border-box;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  
  background: #f9f9f9;
  background-image: url(../img/qed_logo.png);
  background-size: 1.5;
  background-position: center;
  background-blend-mode: color-dodge;
}
#wrap {
  display: block;
  background: white;
  height: auto;
  margin: auto;
  text-align: center;
  padding: 4rem;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

#wrap p {
  display: block;
  text-align: center;
  font-family: sans-serif;
  color: #779;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
}

#wrap a {
  display: block;
  color: cornflowerblue;
  font-family: sans-serif;
  font-weight: bolder;
  text-decoration: none;
  padding-bottom: 1.5rem;
  font-size: 2rem;
}