body {
  margin: 0;
  color: #064E3B;
  font-family: Inter, system-ui, sans-serif;
}
a {
  color: #065F46;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0 0 13px;
  line-height: 1.5;
}
img {
  max-width: 100%;
}
