p {
    color: darkseagreen;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}
    
h1{
    color: rgb(51, 141, 29);
    text-align: center;
    font-style: oblique;
    font-variant: small-caps;
}