body {
  background-image: url('bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  font-family: 'Manrope', sans-serif;
  color: #3a0030;
}

.page {
  max-width: 860px;
  margin: 3rem auto;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(255, 182, 193, 0.55);
}

h1, h2 {
  text-align: center;
  color: #c2187a;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

p {
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 1.8rem;
}

ul.sources {
  list-style-type: none;
  padding-left: 0;
  font-size: 1.05rem;
  line-height: 1.75;
  background-color: #fff0f6;
  border-radius: 12px;
  padding: 1.2rem;
}

ul.sources li {
  margin-bottom: 1.2rem;
}

footer {
  text-align: center;
  margin-top: 3rem;
  font-size: 1rem;
  color: #a7005f;
}
