body {
  background: linear-gradient(135deg, #667eea, #764ba2);
  font-family: 'Segoe UI', sans-serif;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  background: rgba(0,0,0,0.4);
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  width: 300px;
}

input[type="file"], input[type="text"] {
  width: 100%;
  margin: 10px 0;
  padding: 8px;
  border-radius: 8px;
  border: none;
}

button {
  background: #48bb78;
  border: none;
  padding: 10px;
  color: #fff;
  margin: 5px;
  cursor: pointer;
  border-radius: 8px;
}

button:hover {
  background: #38a169;
}
