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%;
  }
}
h3 {
  font-family: head;
  font-size: 1rem;
  font-style: oblique;
  font-weight: bold;
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
}

h2 {
  text-align: right;
  font-size: 2rem;
  color: rgb(0, 22, 186);
}

img {
  border: 1px solid greenyellow;
}

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

header {
  width: 90%;
}
header p {
  text-align: center;
}

article {
  width: 60%;
}

body {
  display: flex;
  justify-content: space-around;
}

main {
  width: 90%;
}

.nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}
.nav a {
  font-size: 1.2rem;
  font-weight: bold;
  color: rgb(128, 0, 47);
  font-style: italic;
}
.nav a:hover {
  text-decoration: none;
  font-weight: normal;
}

@media only screen and (max-width: 600px) {
  article {
    width: 100%;
  }
  .cover {
    flex-direction: row;
    gap: 40px;
  }
  .cover h3 {
    font-size: 1.5rem;
    text-align: right;
  }
  .book {
    flex-direction: column;
  }
  .review {
    height: 100%;
    overflow: none;
  }
}/*# sourceMappingURL=log_2025.css.map */