body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh; /* Full viewport height */
  margin: 0;
  background-image: url("muzzverze.jpg");
  font-family: cursive;
  background-size: cover;
  color: whitesmoke;
}

.glow {
  font-size: 50px;
  color: whitesmoke;
  text-align: center;
}

h1 {
  margin-bottom: 20px;
}

input {
  padding: 10px;
  font-size: 16px;
  text-align: center; /* Center text inside input */
  background-color: black;
  color: whitesmoke;
  border: 1px solid #ccc; /* Border color */
  border-radius: 15px;
  width: 200px;
}

button {
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: black;
  color: whitesmoke;
  margin-left: 60px;
  border-radius: 15px;
}

.message {
  font-size: 20px;
  display: none;
  text-align: center;
}

#homeButton {
  margin-left: 480px;
}