h1
{
    text-align: center;
    text-decoration: underline;

}
h2
{
    text-decoration: underline;
}
p1
{
    text-align: right;
}
p2
{
    text-align: center;
}
body
{
    background-image: url(background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
p,p1,p2,p3,p4
{
    font-family: Helvetica;
}
p1
{
border-bottom: 2px solid black; 
border-top: 2px solid black;
border-left: 2px solid black;
border-right: 2px solid black;
margin: 20px;
padding: 12px;
font-size: 15px;
}