body { background:#f8f9fa; }
    main { max-width:850px; margin:auto; }
    article h1 { font-size:2rem; font-weight:700; }
    article p { line-height:1.8; font-size:1.1rem; }
    article img { border-radius:10px; }
    #cab{background-color: rgb(156, 11, 11);  color: #f8f9fa;}
    #roda_pe{
        background-color: rgb(155, 15, 15);
        color: #f8f9fa;
    }
  
    .cookie-box {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 380px;
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  display: none;
  z-index: 99999;
}

.cookie-box button {
  background: #2d7ef7;
  color: #fff;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 6px;
  margin-top: 10px;
  font-size: 14px;
}

.cookie-box a {
  color: #2d7ef7;
  text-decoration: underline;
  font-weight: bold;
}


  /* Responsividade adicional */
    @media (max-width: 768px) {
      article h1 { font-size:1.6rem; }
      article p { font-size:1rem; }
      main { padding:0 15px; }
    }
