@import url("https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap");
body {
  background: linear-gradient(
      to bottom,
      rgba(252, 251, 251, 0.82),
      rgba(228, 220, 220, 0.83)
    ),
    url("./orange-marble.jpg");

  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.libre-bodoni {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 52px;
}
