
body {
  margin: 0;
  padding: 0;
  background-color: #ffe4f2; 
  font-family: Arial, sans-serif;
  color: #5a0055;
  text-align: center;
}


h1, h2, h3 {
  color: #8a007a;
}


p {
  font-size: 18px;
  line-height: 1.5;
}

button {
  background: #ff8ad1;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  color: white;
}

button:hover {
  background: #e070b3;
}
