body {
  background-color: hsl(0, 0%, 13%);
  font-family: "Brush Script MT", cursive;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

h1 {
  color: #ff69b4;
  text-align: center;
}

input[type="password"] {
  width: 200px;
  height: 30px;
  font-size: 18px;
  padding: 5px;
  border-radius: 5px;
  border: none;
}

input[type="button"] {
  width: 100px;
  height: 35px;
  font-size: 18px;
  background-color: #ff69b4;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

p {
  color: white;
}
