body {
    background-color: lightgrey;
    /* text-align: center; */
}

h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 75px;
    text-align: center ;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    
}


.underline {
    text-decoration: underline;
}