body { 
    font-family: 'Montserrat', sans-serif;
    margin: 40px; 

}
.container { 
    max-width: 800px; 
    margin: auto; 

}
h2 { 
    color: #333; 
}

h3 {
    font-weight: bold;
}

.consent-info { 
    background: #f4f4f4; 
    padding: 10px; 
    border-left: 4px solid #2A7DE1; 
}

.links { 
    margin-top: 10px; 
}

.links a { 
    color: #2A7DE1; 
    text-decoration: none; 
    margin-right: 15px; 
    cursor: pointer; 
}

a {
    color: #2A7DE1; 
    text-decoration: none; 
    margin-right: 15px; 
    cursor: pointer; 
}

table { 
    width: 100%; 
    border-collapse: collapse; 
    margin-top: 20px; 
}

th, td { 
    border: 1px solid #ddd; 
    padding: 8px; 
    text-align: left; 
}

th { 
    background-color: #f2f2f2; 
}

strong {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}