/* Background of Header 1 & 2 */
#background-image
{
  background-image: url("https://projects.codecraftworks.com/web/PdOWSeEBbe4SeIiuB61U/assets/sergey-pesterev-JV78PVf3gGI-unsplash.jpg");
  width:1000px;
}


h1
{
  text-align:center;
  font-style:italic;
  font-size:40px;
}

h2
{
  text-align:center;
  font-style:bold;
  font-style:italic;
}

p
{
  margin:20px;
  padding:20px;
  font-style:italic;
  font-style:sans-serif;
  font-size:18px;
}

.button {
  font: bold blue 11px Arial;
  text-decoration: none;
  background-color: #42D812;
  color: #333333;
  padding: 8px 10px 8px 10px;
  border-top: 15px solid #E89F0C;
  border-right: 15px solid #0CE8E8;
  border-bottom: 15px solid #0CE8E8;
  border-left: 15px solid #E89F0C;
  border-radius: 80%;
} 

footer
{
  text-align: center;
  font-style:italic;
}