@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body {
  background-color: #fff5fd;
  font-family: 'Poppins', sans-serif;
  color: #4c0696;
  text-align: center;
  margin: 0;
  padding: 40px;
}

h1 {
  color: #4c0696;
  font-weight: 600;
}

p {
  color: #e02b95;
  margin: 20px 0;
  font-size: 18px;
}

a {
  color: #e64c19;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.5s ease, transform 0.5s ease;
}

a:hover {
  color: #0465cc;
  transform: scale(1.50);
}

a:visited {
  color: #129e00;
}

div {
  margin: 40px 0;
}
