body {
  font-family: sans-serif; 
  margin: 0; 
}

.container {
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center; 
}

h1 {
  margin-bottom: 20px; /* Add space between the heading and paragraph */
}