html {
  height: 100%;
  font-family: Arial;
  background-color: #24211f;
  color: #d1cfbe;
}

#box1 {

  position: relative;
  border: #d1cfbe;
  border-style:solid;
  border-width:thick;
  width: 1000px;
  height: 500px;
  padding: 10px;
  background:#050505;
  bottom:530px;
  left:340px;
  
}


#box2 {
  position: relative;
  border: #d1cfbe;
  border-style:solid;
  border-width:thick;
  width: 300px;
  height: 500px;
  padding: 10px;
  background:#050505;
  left: 10px;
  
}

#box3 {
  position: relative;
  width: 900px;
  height: 400px;
  bottom: 1140px;
  left: 100px;
}

#box4 { 
  position: relative;
  border: #d1cfbe;
  border-style:solid;
  border-width:thick;
  width: 900px;
  height: 500px;
  padding: 10px;
  background:#050505;
  bottom: 900px;

}

h3 {
  background: #d1cfbe;
  color: #050505;
  font-size: 25px;

}

a {
  background: #d1cfbe;
  color: #050505;
  border: 10px;
  left: 40px;
} 