#title {
  color: darkgreen;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-decoration: overline #FA690F wavy 4px;
  text-align: center;
}
h2 {
  background-color: #37AC30;
  color: #130F90;
  width: 500px;
  font-family: Arial;
  font-size: 1.5em;
  text-decoration: underline #FA690F 3px;
}
p {
  font-family: Arial;
  font-size: .9em;
}
div {
  background-color: #164B1C;
  color: #FCDA03;
  width: 310px;
  font-family: Arial;
  font-size: .85em;
  border: solid 5px;
  padding: 5px;
  margin: 10px;
}