body{
margin: 50px 120px; 
background-color:#fff9e6;
font-family: monospace;
color: black;
}

/*both h1 and h2 are part of the header, put in seperate parts because of different font sizes*/
header{
text-align:center; 
}

a{
color: ivory;  
}

h1{
font-size:30px;
color: ivory;
}
h2{
font-size: 15px;
color: ivory;
}

.box {
  width: 1200px;
  height: 110px;
  border: solid 4px; 
  border-color: burlywood;
  background-color: darkolivegreen; 
  border-radius: 30px;
  text-align:center;
  margin:5px 1px;
}

