html, body { 
  height: 100%; 
  margin: 0; 
  background: #261c33; 
  overflow: hidden; 
  display: -webkit-box; 
  display: flex; 
  -webkit-box-align: center; 
          align-items: center; 
  -webkit-box-pack: center; 
          justify-content: center 
}