body {
background-image: url("paper2.jpg");
border-width: thick;
border-style: double;
border-color: blue;
padding: 100px 100px 100px 100px
}

h1 {
color: blue;
text-align: center;
}

h2 {

color: brown;
font-style: italic;
font-weight: bold;
text-align: center;
}

h4 {

color: green;
text-align: center;
}

h3 {

text-align: center;

}


p {
color:red;
font-weight: bold;
}