body{
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    background:#f3f6f9;
    color:#333;
}

.privacy-container{
    max-width:900px;
    margin:50px auto;
    padding:40px;
    background:#ffffff;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.privacy-container h1{
    text-align:center;
    color:#0b5c8e;
    margin-bottom:10px;
}

.aggiornamento{
    text-align:center;
    color:#777;
    margin-bottom:35px;
}

.privacy-container h2{
    margin-top:35px;
    color:#0b5c8e;
}

.privacy-container p{
    line-height:1.8;
    margin-bottom:15px;
}

.privacy-container ul{
    padding-left:25px;
}

.privacy-container li{
    margin-bottom:10px;
    line-height:1.7;
}

a{
    color:#0b5c8e;
}

a:hover{
    text-decoration:underline;
}