body {
  background: linear-gradient(#fed7b0, #ffffee);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #800;
  font-family: Verdana;
}

.box1 {
  width: 1300px;
  height: 800px;
  border: 1px solid #800;
  margin: auto;
  background-color: #ffe;
  box-shadow: 0.25px 0.25px black;
  position: relative;
  margin-top:50px;
}

.h2{
		color: #FFF;
		background-color: #800;
		margin-right: 10px;
	
}

.boxbar{
  color: #800;
	background-color: #fca;
  width: 1298px;
  height: 43px;
  border-top:    1.5px solid #800;
  border-right:  1.5px solid #800;
  border-left:   1.5px solid #800;
}

.text1{
  font-size: 0.55em;
  position:relative;
  margin-left: 15px;
  margin-bottom: 2px;
}

.h3 {
		color: #FFF;
		background-color: #800;
		margin-right: 10px;
	  font-size: 10em;
}
