body, html {
    height: 100%;
}

.bg {
    background-image: url("river.jpg");
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
    background-size: cover;
}

h2 {
    text-align: center;
}

h4 {
  font-family: Palatino, Bookman, serif;
  color: black;
  font-size: 125%;
  font-weight: normal;
  text-align: center;
}

div {
    width: 60%;
    border: 25px;
    padding: 20px;
    margin: auto;
    background-color: white;
}

body {
    font-family: Palatino, Bookman, serif;
    color: black;
    font-size: 115%;
    background-color: white;
    background-image: url(concordriver.jpg);
    background-attachment: fixed;
}

p.epigraph {
  margin-left: auto;
  margin-right: auto;
  width: 25em;
  font-style: italic;
}

p.poetry {
  display:block;
  background: #fff;
  padding: 12px 20px 12px 45px;
  margin: 0 0 0px;
  position: relative;
  font-style: italic;
  }

/*div#main {
    display: flex;
    justify-content:center;
}*/

p.citation {
    margin-left: auto;
    margin-right: auto;
    width: 25em;
    /*font-style: italic;*/
    /*font-weight: bold;*/
    text-align: right;
}

.bookcover {
    img-align: center;
}

img {
    max-width: 225px;
    height: auto;
}
