body {
    font-family: 'Roboto', Arial, sans-serif;
    background: #f7f8fa;
    margin: 0;
    padding: 0;
    color: #222;
}

header {
    background: #2d3748;
    color: #fff;
    padding: 2rem 0 1rem 0;
    text-align: center;
}

main {
    max-width: 700px;
    margin: 2rem auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    padding: 2rem;
}

h1,
h2 {
    font-weight: 700;
}

h2 {
    margin-top: 2rem;
    color: #2d3748;
}

p {
    line-height: 1.7;
}

footer {
    text-align: center;
    padding: 1rem 0;
    background: #edf2f7;
    color: #555;
    font-size: 0.95rem;
}

.privacy {
    margin-top: 2rem;
    background: #f1f5f9;
    border-left: 4px solid #4299e1;
    padding: 1rem 1.5rem;
    border-radius: 6px;
}

.icon {
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;
}