h1{
    color: darkgreen;
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-bottom: 2px, solid, red;
    background-color: yellow;
    font-weight: bold;
    letter-spacing: 4px;

}

P{
    background-color: lightgrey;
    font-size: 18px;
    color: green;
    line-height: 2.0;
    font-style: italic;
    font-family: tahoma;
    text-align: center;
}