
        table {
            width: 80%;
            height: 300px;
            border-collapse: collapse;
            margin: 0 auto;
        }
        th {
            background-color: #d80c18;
            color: white;
        }
        th, td {
            border: 1px solid #000;
            text-align: center;
            padding: 8px;
        }
    