h1 {
  color: #006a2f;
  text-align: center;
  font-size: 50px;
  border-bottom: 5px solid #aba914;
}
h2 {
  color:#006a2f;
  text-align: center;
     font-size: 25px;
}
h5{
  color: gold;
    font-size: 17px;
  text-align: center;
}
body {
  background-color: #ffd700;
}