 /* vv already-existing css vv */
 .style1 {
	color: #484848;
	font-weight: bold;
}
.style2 {color: #6D2316}

/* my edits */

*{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight:bold;
	letter-spacing:3px;
  }

  body{
	background-color: #EBE9E9;
  }
 
 div:first-of-type{
	color: white;
	background-color: #6D2316;
	text-align:right;
	position: sticky;
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: 100%;
	height: 160px;
  }
  
  div:first-of-type > img{
	position:absolute;
	width: 414px;
	height:160px;
	top: 0;
	left: 0;
	opacity:0.4;
  }
  
  div:first-of-type > img:first-child{
	z-index: 1;
	opacity: 1;
  }
  
  div:first-of-type > img:nth-child(2){
	width:25%;
  }
  
  div:first-of-type > img:nth-child(3){
	left: 25%;
	width:25%;
  }
  
  div:first-of-type > img:nth-child(4){
	left:50%;
	width:25%;
  }
  
  div:first-of-type > img:nth-child(5){
	left:75%;
	width:25%;
  }

  a:last-child {
	transition-duration:.5s;
	background-color: #f6a800;
	color: white;
	padding: 10px 32px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	font-size: 16px;
  }
 a:last-child:hover{
	background-color: #951734;
	padding: 15px 37px;
  }

  table {
	position: static;
	outline: 1px solid;
	margin-left:auto;
	width: 80%;
	height: 10%;
	padding: 10px 10px;
  }
  
  td {
	background-color: white;
	width: 100%;
	padding: 10px 10px;
  }
  td:first-of-type{
	background-color: white;
	width: 20%;
	padding: 10px 10px;
  }