.container_cookies {
    max-width: 900px;
    margin: 40px auto;
    background: white;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 10px;
}

h1, h2 {
    color: #2c3e50;
}

h1 {
    text-align: center;
    margin-bottom: 30px;
}

p {
    text-align: justify;
}

ul {
    margin: 10px 0 20px 30px;
}

li {
    margin-bottom: 10px;
}

.cookies_link {
    color: #0066cc;
    text-decoration: none;
}

.cookies_link:hover {
    text-decoration: underline;
}

.highlight {
    font-weight: bold;
    color: #000;
}
