html, body { 
  height: 100%; 
  margin: 0;
  display: grid; 
  place-items: center; 
  background: #1a1b30; 
}