/* General styling for the Terms of Service and Privacy Policy pages */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

h1 {
    text-align: center;
    color: #0077cc;
    margin-top: 30px;
}

h2 {
    color: #333;
    margin-top: 20px;
    font-size: 1.5em;
}

p, ul {
    max-width: 900px;
    margin: 20px auto;
    padding: 0 20px;
    font-size: 1.1em;
}

ul {
    list-style-type: disc;
    margin-left: 40px;
}

a {
    color: #0077cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Styling for headers in sections */
strong {
    font-weight: bold;
}

footer {
    text-align: center;
    font-size: 1.1em;
    margin-top: 30px;
    color: #777;
}

footer a {
    color: #0077cc;
}
