/* BACKGROUND - BALANCED PREMIUM */

body{
    background:#ffffff;
    overflow-x:hidden;
    position:relative;
}

.container_polityka {
    max-width: 900px;
    margin: 40px auto;
    background: white;
    padding: 30px;
    box-shadow: 0 2px 10px 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;
}

.highlight {
    font-weight: bold;
    color: #000;
}
