* { margin: 0; padding: 0; }

body {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  min-height: 100vh;
  
  background-color: black;
  color: white;
}


  
  
  
  
  
  
  
  
  
  
  