/* style.css */
}
   table.align {
    width: 300px; 
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    background-color: rgb(100, 206, 38);
    }
    .tradename {
    font-family: Times;
    font-weight: bold;
    text-align: center;
    }
    h2.align {
    font-family: Times;
    font-weight: bold;
    text-align: center;
    color: black;
    }
    h3.align {
    font-family: Times;
    font-weight: bold;
    text-align: center;
    color: black;
    }
    .align {
    font-family: Times;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    color: rgb(2, 2, 2);
    }
    .inline {
    font-family: Times;
    font-weight: normal;
    text-align: justify;
    font-size: 18px;
    color: black;
    }
    .inline2 {
    font-family: Times;
    font-weight: normal;
    text-align: justify;
    font-size: 18px;
    color: black;
    }
    img {
    border-radius: 20px ;
    }
    .reg {
    font-family: Times;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    color: gray;
    }
        