        .api-container {
            margin: 50px auto;
            width: 80%;
        }
        .api-header {
            text-align: center;
            font-size: 24px;
            margin-bottom: 30px;
        }
        .api-content {
            background-color: #f9f9f9;
            padding: 20px;
            border-radius: 5px;
        }
        .api-item {
            margin-bottom: 10px;
        }
        .api-item label {
            font-weight: bold;
        }
        .api-example {
            margin-top: 20px;
        }
        .api-example a {
            display: block;
            margin-bottom: 5px;
        }