/* legal.css - Cloud Developers Legal Pages */

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    color: #333;
}

.container {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 20px;
}

h1, h2 {
    color: #257ec2;
}

a {
    color: #257ec2;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #777;
    border-top: 1px solid #ddd;
}

.nav-links {
    text-align: center;
    margin-top: 20px;
}

.nav-links a {
    margin: 0 10px;
    font-weight: bold;
}
