body {
  background-image: url("/books/towerfield.jpg");
  /*pic: https://www.artstation.com/artwork/Ryz24A */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.box1 {
  width: 200px;
  float: left;
}

.box2 {
  width: 200px;
  float: right;
}

h1 {
  color: brown;
  font-family: "Manrope", sans-serif;
}

p {
  color: white;
  font-family: "Manrope", sans-serif;
}