h1 {
  text-align: center;
  background-color: beige;
  color: burlywood;
  }
 h2 {
  text-align: left;
color: darkgoldenrod;
 }
div {
 column-count: 2;
 width: 800;
 }
 a{
 color: darkkhaki;
 text-decoration: none;
 }
 div#firstpage {
 display: flex;
 } 
 div#firstpage>div{
 column-count: 1;
 }
 p{
  margin-right: 3em;
 
 }
 h3{
  margin-right: 3em;
 
 } 
 h4{
  margin-right: 3em;
 }
 h3 { 
  text-align: left;
   color: rgb(207, 150, 7);
}
h4 {  text-align: left;
 color: rgb(198, 164, 79);
}