html {
  background: radial-gradient(circle at top, #E2D5BC , #ebebeb) !important;
}

body {
  font-family: 'Playfair', serif !important;
}

.nicer-image {
  border-radius: 0.5rem;
  box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
}

.quiet {
  color: inherit; /* Makes the link take the color of its parent element */
  text-decoration: none; /* Removes the underline */
}
