body {
    background: #f4f7fa;
    font-family: 'Helvetica Neue', sans-serif;
    color: #333;
}

.privacy-container {
    max-width: 800px;
    margin: 60px auto;
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.privacy-container h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}

.privacy-container p, 
.privacy-container li {
    line-height: 1.7;
    font-size: 16px;
}

.logo-center {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}

.logo-center img {
    width: 120px;
}

@media screen and (max-width: 600px) {
    .privacy-container {
        margin: 20px;
        padding: 20px;
    }
}