 
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
 
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
 
/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: Helvetica,Arial;
    }
 
    img[src="img/glass.jpg"]
    {
    box-shadow: 8px 10px 8px 10px rgba(0,0,0,1);
    }
 
    h1{
    text-align: center;
    font-size: 40px;
    font-style: italic;
    background-color: white;
    color: red;
    border-color: purple;
    border-style: all;
    border:1 black;
    box-shadow: 8px 5px 8px 4px rgba(0,0,0,1);
  }

 table{
    box-shadow: 8px 5px 8px 4px rgba(0,0,0,1);
    border-spacing: 14pt;
  }
 
  button{
    border-style: solid;
    border-color: black;
    background-color: gray;
    color: blue;
    font-size: 10pt;
    box-shadow: 8px 5px 8px 4px rgba(0,0,0,1);
  }
 
    .footer {
      color: purple;
    }