body {
    font-family: 'Avenir book', sans-serif;
    background-color: #222; /* Black background */
    color: #fff; /* White text */
    margin: 20px;
    line-height: 1.6;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-weight: bold;
}

p {
    margin-bottom: 20px;
}

a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

#english-policy, #spanish-policy {
    display: none; /* Hidden by default */
}

.container {
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1); /* Slightly transparent white background */
}

button {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    margin: 10px 0;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

button:hover {
    background-color: #ddd;
    color: #000;
}
