@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

body {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  background-color: #fafafa;
  max-width: 650px;
  margin: 80px auto 40px auto;
  padding: 0 20px;
  line-height: 1.6;
}

h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #111;
  letter-spacing: -0.5px;
}

p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #444;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

strike {
  color: #888;
}

strong {
  font-weight: 600;
  color: #000;
}
