* {
    margin: 10px;
    padding: 0;
    border: 1; 
  }


   p.image{
    background-image:url(rock.jpg);
    background-position:center;
   } 

   h1.title
   {
    font-family: Monaco, Monospace;
    color:#ff5900;
   }
   #fire
   {
    background: url(img_fire.gif) 0 0; 
   }
  
  /* Style the body element */
  body {
    font-family: Monaco, Monospace;
    font-size: 24px;
    font-weight: 450;
    color: #008dc5;
    background-color: #ffffff;
  }
  
  /* Style the header element */
  header {
    background-color: #ff5900;
    padding: 20px;
  }
  
  /* Style the navigation menu */
  nav {
    display: flex;
    justify-content: center;
    margin-top: 200px;
  }
  
  nav a {
    text-decoration: none;
    color: #333;
    margin:  100px;
  }
  
  /* Style the main content area */
  main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
  
  article {
    width: 300px;
    margin: 20px;
    border: 1px solid #c04300;
    padding: 20px;
  }
  
  /* Style the footer element */
  footer {
    background-color: #ccc;
    padding: 20px;
    text-align: center;
  }
