* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    padding: 20px;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header {
    text-align: center;
    margin-bottom: 20px;
}

header h1 {
    font-size: 2.5em;
    color: #2c3e50;
}

h2 {
    color: #2980b9;
    margin-bottom: 10px;
    font-size: 1.5em;
}

ul {
    margin: 10px 0 20px 0;
}

ul li {
    margin-bottom: 10px;
}

ul li strong {
    font-weight: bold;
}

a {
    color: #2980b9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

section {
    margin-bottom: 20px;
}

.data-security p, .policy-changes p {
    font-size: 1.1em;
    margin-bottom: 20px;
    /* text-align: center; */
}

.contact p {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.contact p a {
    font-weight: bold;
}


.intro p {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: center;
}