html {
  background-color: #24211f;

}

p {
color: #5f7032;
width: 500px;
height: 200px;
}



h1 {
  color: #d1cfbe;
  
}

#box1 {
  position: absolute; 
  right: 9%;
  border: #050505; 
  background: #d1cfbe;
  border-style:solid;
  border-width:thick;
  height:500px;
  width:900px;
  padding: 10px;
 
}

#box2 {
  position: absolute;
  border: #d1cfbe;
  border-style:solid;
  border-width:thick;
  width: 200px;
  padding: 10px;
  background:#050505;
}

table {
  color:#d1cfbe;
  
}

