.cookie-policy-container {
    margin-top: 10%;
    margin-bottom: 10%;
    font-family: Arial, sans-serif;
    background-color: white;
    color: black;
}
h1 {
    color: orange;
    text-align: center;
    font-size: 28px;
}
h2 {
    color: orange;
    margin-top: 20px;
    font-size: 22px;
}
p {
    font-size: 16px;
    margin-bottom: 20px;
}
.highlight {
    font-weight: bold;
    color: orange;
}