    .para {
            display: inline-block;
            text-align: left;
        }

       .para2 {
            display: inline-block;
            text-align: left;
            margin-top: -0.33em;
        }
     
      .para3 {
        color: red;
            display: inline-block;
            text-align: left;
            margin-top: -0.33em;
        }

        .tab1 { 
            display: inline-block;
            flex-wrap: wrap;
            justify-content: space-between;
            text-align: justify;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
            border: 1px solid color(red green blue);
            text-size-adjust: initial;
            font-size: 1.33em;
            margin: 0.33em;
            padding: 0.33em;
        }

        .tab1-th {
            min-width: 333px;
            text-align: center;
            color: aliceblue;
            margin: 0.33em;
            padding: 0.33em;
        }

        .tab1-td {
            text-align: center;
            color: aliceblue;
            margin: 0.33em;
            padding: 0.33em;
            background-color: darkgreen;
        }

        .tab1-td2 {  
            text-align: center;
            color: aliceblue;
            margin: 0.33em;
            padding: 0.33em;
            background-color: gray;
        }

        .h2t1 {
            margin-top: 1em;
        }

        .h3t1 {
            color: aqua;
            margin-top: 2em;
            margin-bottom: -1em;
            text-align: left;
        }



        .h3t2 {
            text-align: center;
            color: aqua;
        }