.content {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.content h2 {
    color: #6b46c1;
    margin-bottom: 20px;
    font-size: 24px;
}
.content p {
    line-height: 1.6;
    color: #555;
}
.highlight {
    font-weight: bold;
    color: #6b46c1;
}