@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
  background-color: #eee8d5;
  color: hsl(321, 58%, 53%);
}

p {
  font-size: 30px;
}

a {
  color: hsl(327, 67%, 75%)
}

a:hover {
  color: #6c71c4
}

a {
  text-decoration: none;
}

ul {
  list-style-type: square;
}

body {
  font-family: "IBM Plex Serif", serif;
  background-size: cover;
}

.anniv {
  background-image: url("images/joyeux-anniversaire\ 2.jpg");

}