@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap');

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  background: url('astarte_bg.jpg') no-repeat center center/cover;
  background-size: cover;
  background-attachment: fixed;
   font-family: 'Cormorant Garamond', serif;
  color: #f2e9e4;
}

.page-container {
  padding: 6em 2em 4em;
  display: flex;
  align-items: flex-start; /* changed from center */
  justify-content: center;
  min-height: 100vh;
}

.memory-text {
  max-width: 800px;
  padding: 3em 2em;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 10px;
  font-size: 1.4em;
  line-height: 2em;
  letter-spacing: 0.03em;
  color: #f2e9e4;
  text-align: left;
  text-shadow: 0 0 6px #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}