 
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
    align-content: center;
  }
 
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }

  .h1 label{
  	position: absolute;
  	margin-left: 450px;
  	margin-top: 30pt;
  	color: white;
  }
  head{
  	background-color: lightgray;
  }

footer{
	background-color: gray;
}

  div{
  	background-color: lightgray;
  }
  h1{
  	text-align: center;
  	font-style: italic;
  	color: blue;
  	border-right-width: 100pt;
  	border-left-width: 100pt;
  	height: 100pt;
  	background-color: gray;
  }
 
table{
	margin-top: 20pt;
	float: top;
}

.table th{
  align-content: center;
  box-shadow: 8px 5px 8px 4px rgba(0,0,0,1);
  border-spacing: 24pt;
  background-color: lightblue;
  font-size: 18pt;
  font-color: purple;
}