body {
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
}

#root {
  text-align: center;
  background-color: #faebd7;
  border: 3px solid green;
  width: 500px;
  padding: 20px 10px;
}

.container {
  font-size: 20px;
}
/*# sourceMappingURL=Password_Generator.2cdaf7bc.css.map */
