body {
  font-family: Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
}
#password {
  font-size: 20px;
  margin-bottom: 10px;
}
