body {
  font-family: Arial, sans-serif;
   background-image: url("./images/Beautiful-Nature-wallpaper-background-free.jpg") ;
    background-size: cover;
      display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  /* background: rgb(207, 42, 70); */
  /* background: #000000; */
        /* background: linear-gradient(90deg, rgb(0, 0, 0), rgb(12, 12, 12)); */
  /* background-color: #000000;  */
  /* background-image: ; */
   
  /* color: #ffffff; White text for contrast */

}

.container {
background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
  /* background: rgb(207, 42, 70); */

padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
  text-align: center;
  /* background: rgb(32, 0, 32); */
        /* background: linear-gradient(90deg, rgb(14, 0, 12), rgb(45, 2, 70)); */
  /* background: linear-gradient(135deg, #2e003e, #8e44ad, #c0392b); 
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0px 4px 20px rgba(138, 43, 226, 0.7);   */

/* background: linear-gradient(135deg, #2e003e, #8e44ad); */
/* background: linear-gradient(135deg, #1a0033, #6a0dad, #ff00cc); */

/* background: linear-gradient(135deg, #20002c, #cbb4d4); */
/* background: linear-gradient(135deg, #360033, #8e0e00); */
  
}

h1 {
  margin-bottom: 20px;
  /* color: #333; */
  color: #ffffff; 

}

button {
  padding: 10px 20px;
  border: none;
  background: #007bff;
  color: white;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
}

button:hover {
  background: #0056b3;
}

#passwordDisplay {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
  /* color: #2c3e50; */
  color: white;

  word-break: break-all;
}

label {
  font-size: 14px;
  /* color: #333; */
  color: white;

}
