body {
  font-family: monospace;
}

@font-face {
  font-family: head;
  src: url(../Telegraphem.otf);
}
main {
  display: flex;
  flex-direction: column;
}

header {
  width: 78%;
}

article {
  width: 50%;
  margin: auto;
}

h1 {
  text-align: right;
  border-bottom: dashed rgb(1, 52, 0) 2px;
  font-size: 3.5rem;
  font-style: italic;
  font-family: head;
  color: rgb(160, 255, 160);
  text-shadow: -2px -2px 0 teal, 1px -1px 0 teal, -1px 1px 0 teal, 1px 1px 0 teal;
}

img {
  width: 150px;
}

.cover {
  display: flex;
  flex-direction: column;
  width: 160px;
}

.book {
  display: flex;
  gap: 10px;
}

.review {
  padding: 10px;
  border-top: solid 2px rgb(0, 76, 66);
  height: 250px;
  overflow: scroll;
}

h2 {
  font-family: head;
}

h3 {
  font-weight: 100;
}

a {
  color: rgb(0, 76, 66);
}

a:hover {
  text-decoration: none;
  font-style: italic;
}

p {
  font-size: 1rem;
}

.shelf {
  background: url(../shelf.png);
  line-height: 150px;
  padding: 0px 20px;
  outline: #5d1c27 solid 15px;
  border: #863133 solid 5px;
  position: relative;
  vertical-align: text-bottom;
  margin: 30px 0;
  image-rendering: pixelated;
}
.shelf img {
  margin-top: 10px;
  margin-right: 10px;
  width: 80px;
}

.shelf-2 {
  background: url(../shelf.png);
  line-height: 150px;
  padding: 0px 20px;
  outline: #3a1c5d solid 15px;
  border: #373186 solid 5px;
  position: relative;
  vertical-align: text-bottom;
  margin: 30px 0;
  image-rendering: pixelated;
}
.shelf-2 img {
  margin-top: 10px;
  margin-right: 10px;
  width: 80px;
}

@media only screen and (max-width: 600px) {
  article {
    width: 95%;
  }
}/*# sourceMappingURL=log_2023.css.map */