h1 {
  border: 3px solid black;
  font-weight: bold;
  text-transform: capitalize;
  color: yellow;
  text-align: center;
  float: none;
  font-size: 1.2em;
  line-height: 1.3em;
  font-family: "Times New Roman",Times,serif;
  background-color: #ff6b34;
  display: block;
}
h2 {
  font-size: 1em;
  color: black;
  font-style: italic;
  font-family: "Times New Roman",Times,serif;
  line-height: 0.2em;
  font-weight: bold;
  text-align: center;
}
body {
  text-align: center;
  background-color: #2fbeee;
}
pre {
  font-style: italic;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: black;
  text-align: center;
  background-color: #cc0000;
}
