h1 {
  font-size: 16px;
  color: red;
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-color: red;
  border-bottom-width: 1px;
}

p {
  font-size: 14px;
}

.footer {
  border-top-style: solid;
  border-top-color: black;
  border-top-width: 1px;

}

.footer p {
  font-size: 10px;
}