.section {
    background: #ffffff;
    max-width: 900px;
    margin: 30px auto;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    line-height: 1.7;
}

body {
    background: #f3f6f9;
    font-family: Arial, sans-serif;
}

.section h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.section h2 {
    margin-top: 30px;
    color: #222;
}

.section ul {
    padding-left: 20px;
}

.section p {
    color: #333;
    font-size: 16px;
}