body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 10px;
    background-color: #f4f4f4;
    color: #333;
}

.container {
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #966919;
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    color: #966919;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.intro {
    font-style: italic;
    text-align: center;
    margin-bottom: 25px;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
}

.footer {
    text-align: right;
    font-size: 0.9em;
    color: #777;
    margin-top: 40px;
}

a {
    color: #9A2A2A;
    text-decoration: none;
}

/* Style all font awesome icons */
.fa {
  padding: 5px;
  font-size: 20px;
  width: 10px;
  text-align: center;
  text-decoration: none;
  margin: 1px 1px;
  background-color: #FFF;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

.fa-whatsapp, .fa-envelope, .fa-map-marker, .fa-globe  {
  color: #8B0000;
}

