        body {
            text-align: center;
        }

        table {
            border-collapse: collapse;
            width: 50%;
            /* You can adjust the width as needed */
            margin: 0 auto;
            /* Center the table */
        }

        th,
        td {
            border: 1px solid #dddddd;
            text-align: left;
            padding: 8px;
        }

        th {
            background-color: #f2f2f2;
        }