body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
  color: #222;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

h2 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 15px;
}

h3 {
  font-size: 21px;
  margin-top: 25px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 16px;
  font-size: 16px;
}

a {
  color: #0b5ed7;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  text-decoration: underline;
}
