.header {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.header h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.header p {
    margin: 0;
    color: #666;
}
