body {
  height: 100vh;           
  margin: 0;                  
  display: flex;             
  flex-direction: column;    
  justify-content: center;    
  align-items: center;        
  text-align: center;         
  background-color: #111;     
  color: white;
  font-family: Tahoma, Arial, sans-serif;
}