
body {
  font-family: Arial, sans-serif;
  margin: 0;
  background-color: #f9f9f9;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  background-color: white;
}
.logo {
  height: 90px;
}
.founder {
  height: 100px;
}
.title-section {
  text-align: center;
  flex-grow: 1;
  margin: 0 40px;
}
.title-section .hindi {
  font-size: 28px;
  font-family: 'Noto Sans Devanagari', sans-serif;
}
.title-section .english {
  font-size: 26px;
  font-weight: bold;
  margin-top: 5px;
}
.title-section .estd {
  font-size: 14px;
  margin-top: 5px;
}
nav {
  background-color: #2f2f93;
  color: white;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
.container {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: white;
  text-align: center;
}
input[type="text"], select {
  width: 60%;
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
}
button {
  padding: 10px 20px;
  margin-top: 20px;
  background-color: #2f2f93;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
label {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}
.disclaimer {
  text-align: center;
  font-size: 12px;
  color: #333;
  padding: 20px;
}
.disclaimer strong {
  color: black;
}
