

body {
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column; 
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  white-space: nowrap;
  
  
}

