/* style.css */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  color: #4a004e;
  padding: 20px;
  max-width: 800px;
  margin: auto;
  background-color: rgba(255, 240, 245, 0.8); /* fallback overlay */
}

h1, h2 {
  color: #d63384;
}

.section {
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  border-radius: 10px;
}

a {
  color: #e83e8c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
