h1 {
  border-style: none;
  font-weight: bold;
  font-size: 40px;
  text-align: left;
  font-family: "Courier New",Courier,monospace;
  text-transform: uppercase;
  color: #000066;
  font-style: normal;
  text-decoration: underline overline;
}
h2 {
  font-size: 30px;
  font-family: "Times New Roman",Times,serif;
  color: white;
  text-transform: capitalize;
  text-decoration: underline;
}
p {
  font-size: 20px;
}
