body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: 'EB Garamond', serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.container {
  max-width: 800px;
  padding: 20px;
}

.logo {
  width: 250px;
  margin-bottom: -40px;
  margin-top: 0px;
}

.manifesto {
  font-weight: 700;
  font-size: 1.4em;
  text-align: justify;
  margin-bottom: 5px;
}

.signoff {
  text-align: center;
  font-weight: 700;
  font-size: 1.35em;
  margin-top: -10px;
  margin-bottom: 10px;
  font-family: 'EB Garamond', serif;
}


.email-button {
  text-decoration: none;
  background-color: black;
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 1em;
  font-family: sans-serif;
}
.email-link {
  text-align: center;
  margin-top: 5px;
  font-family: 'EB Garamond', serif;
  font-weight: 700;
  font-size: 1.1em;
}

.email-link a {
  color: black;
  text-decoration: underline;
}
