@import url("https://fonts.googleapis.com/css2?family=Playwrite+CL:wght@100..400&display=swap");
body {
  background: linear-gradient(#FFCCE7, #FFE7F4);
  background-attachment: fixed;
}

h2 {
  font-family: "Playwrite CL", cursive;
  font-style: italic;
  text-align: right;
}

img.avatar {
  width: 80px;
}

.fa-droplet {
  color: blue;
}

.fa-heart {
  color: red;
}

/*# sourceMappingURL=index.css.map */
