/* style.css */
    .align {
    width: 300px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    }
    .textstyle {
    font-family: Times;
    font-weight: bold;
    text-align: center;
    color: rgb(197, 190, 190);
    font-size: 18px; }
    .inline1 {
    font-family: Times;
    font-weight: normal;
    text-align: center;
    font-size: 22px;
    color: gray; }
