#header1 {
  color: black;
  text-align: center;
  text-decoration: underline;
}
#header2 {
  color: black;
  text-align: center;
  text-decoration: underline;
}
.boxes {
  color: green;
  text-align: center;
  text-decoration: underline;
}
.paragraphs {
  text-align: center;
}
.link {
  color: violet;
}
div {
  background: #803316;
  color: orange;
  width: 55%;
  margin: 20px;
  padding: 10px;
  border: solid gray 10px;
  font-family: roboto;
}
body {
  background: #116611;
}