.mainry {
	clear:both;
  width:100%;
  height:100%;
  color: #b54e25;
  margin:0 auto;
  top: 0;
  left: 0;
  padding-bottom:50px;
  background: url('bk.jpg');
  background-position:center;
  background-repeat:no-repeat;

}

.header1 {

  clear:both;
  margin:0 auto;

}
.header1 img 
{
 display: block; 
  margin-left: auto;
  margin-right: auto;
width: auto; 
  height: auto;   
  object-fit: cover;
}


.scroll {

  object-fit: cover;
	clear:both;
  text-align: center;

margin:0 auto;
}
.scroll  img 
{
 display: block; 
  margin-left: auto;
  margin-right: auto;
width: auto; 
  height: auto;   
  object-fit: cover;
}


.scroll table {
	clear:both;
  width:70%;
  margin: 0 auto;
  border-collapse: collapse; 
  background-color: #fff; 
}

.scroll th, .scroll td {

  text-align: center;
  border: 1px solid #ddd; 
}

.scroll th {
  background-color: #FFFFFF; 
}
