body {
  background-color: white;
  color: black;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 50px 20px;
  line-height: 1.6;
  font-size: 0.9em;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}
.signature {
  font-family: 'Dancing Script', cursive;
  font-size: 1.4em;
  margin-top: 20px;
}
h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
  font-weight: 600;
}

h2 {
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 40px;
}

p {
  margin-bottom: 25px;
}

a {
  color: #0000EE;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.heart {
  font-size: 2em;
  margin-top: 30px;
}
    ul {
      list-style: none;
      padding-left: 0;
    }
    li {
      margin-bottom: 15px;
    }
nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  padding: 10px;
}
nav a {
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 8px;
  transition: background-color 0.2s ease;
  text-decoration: none;
  color: black;
  white-space: nowrap;
}

nav a:hover {
  background-color: #f0f0f0;
}


.letter {
      margin-bottom: 60px;
	text-align: left;
}
.letter-date {
      font-style: italic;
      font-size: 0.95em;
      margin-bottom: 10px;
}
