body {
  font-family: Arial, sans-serif;
  max-width: 900px;
  margin: 50px auto;
  line-height: 1.8;
  padding: 0 20px;
  font-size: 18px;
  color: #222;
  background: #fff;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 24px;
  margin-top: 30px;
}

p {
  margin-bottom: 15px;
}

ul {
  margin-bottom: 20px;
}

a {
  color: #1e6fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  margin: 30px 0;
}

.monetizacao {
  background: #f4f4f4;
  padding: 15px;
  border-left: 4px solid #1e6fff;
}
