
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: url('Mission.png') no-repeat center center fixed;
  background-size: cover;
}

.overlay {
  background-color: rgba(0,0,0,0.5);
  color: #f0f0f0;
  padding: 5vw;
  height: 100vh;
  box-sizing: border-box;
}

.title {
  font-size: 3em;
  font-weight: bold;
  margin-top: 20px;
  text-shadow: 1px 1px 3px #000;
}

.mission-text {
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.6;
  max-width: 800px;
  text-shadow: 1px 1px 2px #000;
  margin-bottom: 30px;
}

.tamil {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-style: normal;
}

.back-button {
  font-size: 1em;
  color: white;
  background: #444;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.back-button:hover {
  background: #666;
}
