h1.larger-greet {
    font-size: 4em;
    text-align: center;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    font-family: Old English Text MT, serif;
    font-style: italic;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
div.centerhead {
    text-align: center;
}
h2.bolder {
    font-weight: bold;
}
