body {
  font-family: Arial, sans-serif;
  margin: 20px;
  background: #f5f5f5;
}

h1, h2 {
  text-align: center;
  color: #333;
}

form {
  background: white;
  padding: 15px;
  border-radius: 10px;
  max-width: 400px;
  margin: auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

input, textarea, button {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

button {
  background: #28a745;
  color: white;
  border: none;
  cursor: pointer;
  margin-top: 15px;
}

button:hover {
  background: #218838;
}

.event-card {
  background: white;
  margin: 10px auto;
  padding: 10px;
  border-radius: 8px;
  max-width: 400px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.event-card img {
  max-width: 100%;
  border-radius: 6px;
  margin-top: 10px;
}
