
body {
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  color: white;
  padding: 1rem;
  margin: 0;
}
h1 {
  text-align: center;
  font-size: 1.6rem;
  margin: 0.5rem 0;
  line-height: 1.2;
}
label {
  display: block;
  margin-top: 1rem;
}
input, textarea {
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.3rem;
  border-radius: 5px;
  border: none;
}
button {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background: #00d2ff;
  color: black;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.1s ease;
}
button:active {
  transform: scale(0.96);
}
footer {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.8rem;
  color: #ccc;
}

img#logoPreview {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
