body {
    font-family: sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

h1 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 20px;
}

h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    color: #34495e;
    margin-top: 30px;
}

p, ul {
    margin-bottom: 15px;
}

ul {
    padding-left: 20px;
    list-style-type: disc;
}

li {
    margin-bottom: 8px;
}

.copyright {
    text-align: center;
    margin-top: 40px;
    color: #777;
}
section {
    margin-bottom: 30px;
}