body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  padding: 50px;
  background-color: #f0f0f0;
}

h1 {
  color: #333;
  margin-bottom: 20px;
}

.main-image {
  width: 200px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

.intro {
  font-size: 16px;
  color: #444;
  margin: 10px auto 20px;
  max-width: 500px;
}

.link {
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: none;
  color: #6c63ff;
  font-weight: bold;
}

.link:hover {
  text-decoration: underline;
}

form {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  display: inline-block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  width: 300px;
  text-align: left;
}

select, textarea, input[type="text"] {
  width: 100%;
  padding: 10px;
  margin-top: 12px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
}

button {
  background-color: #6c63ff;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: block;
  width: 100%;
}

button:hover {
  background-color: #5145cd;
}

.checkbox-section, .radio-section {
  margin-top: 20px;
}

.checkbox-section p, .radio-section p {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 14px;
}

.checkbox-section label,
.radio-section label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
}
ررر