@import url('https://fonts.googleapis.com/css2?family=Comic+Neue&display=swap');

body {
  background-color: #fceef5; /* soft pastel pink */
  color: #4b3f72; /* calm purple text */
  font-family: 'Comic Neue', cursive, sans-serif; /* cute and readable font */
  line-height: 1.6;
  padding: 2rem;
}

a {
  color: #ff69b4; /* hot pink */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
