@import "cssroot.css";
/*

*/
body { font-family: Arial, sans-serif; line-height: 1.6; color: var(--body); margin: 20px 15px; }
h2 { color: var(--h2); }
p { margin-bottom: 10px; }
.header, .footer { text-align: center; padding: 10px 0; }
.header img { max-width: 300px; height: auto; }
.image-container { display: flex; justify-content: center; gap: 20px; margin: 20px 0; }
.image-container img { width: 48%; max-width: 400px; height: auto; border: 1px solid var(--image_container); border-radius: 5px; padding: 5px; }
ul { list-style: none; padding: 0; }
ul li::before { content: "✔ "; color: var(--whatsapp_bar); font-weight: bold; }
.container { max-width: 800px; margin: auto; }
.highlight { font-weight: bold; color: var(--highlight); }
.highlight2 { color: var(--highlight); }
.whatsapp-bar {
    background-color: var(--whatsapp_bar);
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
  }
  .whatsapp-bar a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
  }
