.div {
  border: 5px;
}


object{
  background-color: #BDB76B;
  position: absolute;
  top: 0;

}


}

h1 {
  display: block;
  font-family: Arial, sans serif;
  font-size: 100px;
  font-weight: Bold;
  text-align: right;
  color: orange;
  background-color:black;
  border: 10px;
  widgth: 50px;
  float: right;
  }

.Paragraph-container {
  display: inline-block;
  border: 5px solid black;
  width:460px;
  height: 900px;
 background: white;
 padding: 2px;
/*   margin: 30px; */
  float: left;
  position: absolute;
  bottom: 1;
}

p1 {
  display: inline-block;
  font-family: Arial Narrow;
  width: 20%;
margin: 0px;
  font-size: 28pt;
}

p2{
  font-family: Arial Narrow;
  display: inline-block;
  width: 100%;
  margin: 0px;
  font-size: 28pt;
}

p4{
  font-family: Arial Narrow;
  display: inline-block;
  width: 100%;
   margin: 0px;
  font-size: 28pt;
}

p{
  font-family: Arial black;
  font-size: 8pt;
  width:45%;
  margin: 24px;

}

p3{
  font-family: Arial Narrow, Regular;
  font-size: 10pt;
  width: 80%;
  display: grid;
  margin: 14px;
  text-align: left;
  }

.grid-container {
  display: grid;
 align-content: space-between;
  margin: 2px;
  border: 6px solid black;
  width:1200px;
  height: 900px;
  background: 	#BDB76B;
    vertical-align: bottom;
  float: left;

}

.one{
  font-family: Arial, san serif;
  font-size: 70pt;
  text-align: right;
  padding: 2px
}

.two {
  display: grid;
  font-family: Arial;
  font-size: 12pt;
  text-align: right;
  }

.three {
  display: grid;
  font-family: Arial,Italic;
  font-size: 80pt;
  width: 40pt;
  text-align: right;
}

.four {
  font-family: Arial,Bold;
  font-size: 15pt;
  text-align: right justified;
}

.box2 {
  background: #BDB76B;
  border: 5px;
  margin:

}

.style {
  color: orange;
 font-family: Arial, sans serif;
  font-size: 20pt;

}
