body {
    font-size:20px;
    color: #876863;
    background-color: black;
    font-family: "Garamond", "Times New Roman";
}

h1 {
    color: black;
    background-color: #AFE1AF;
    text-align: center;
    font-size: 26px;
}

h2 {color: black;
    background-color: #AFE1AF;
    text-align: center;
    font-size: 16px;
}

.grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  background: none;
  overflow: hidden;
}

.book-box {
  position: relative;
  top: 2px;
  left: 1255px;
  width: 265px;
  height: auto;
}

.book-box.hoverimage:hover {
  transform: scale(1.1);
}

.door-box {
  position: relative;
  top: 30px;
  left: 1338px;
  width: 85px;
  height: auto;
}

.door-box.hoverimage:hover {
  transform: scale(1.1);
}

.text-box {
  position: absolute;
  display: block;
  top: 105px;
  left: 30px;
  width: 50%;
  height: auto;
}

.nothing-box {
  position: relative;
  display: block;
  top: 30px;
  left: 530px;
  width: 750px;
  height: auto;
  font-size: 14px;
  text-align: center;
}

figcaption {
  font-size: 14px;
}







