/* style.css */
body  {	margin:0px;padding:0px; background-image: url("/hempfieldbg.jpg"); }
    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;
    color: rgb(3, 54, 3);
    }
    h2.align{
    font-family: Times;
    font-weight: bold;
    text-align: center;
    color: black;
    }
    .inline2 {
    font-family: Times;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    color: black;
    }
    .inline {
    font-family: Times;
    font-weight: normal;
    text-align: justify;
    font-size: 16px;
    color: rgb(6, 6, 6);
    }
    img {
        border-radius: 20px ;
    }
    
    .reg {
    text-align: center;
    color: #0b4638;
    font-size: 16px;
    }
    