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;
}

@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;
  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;
}

h1 {
  text-align: left;
  border-bottom: dashed rgb(1, 52, 0) 2px;
  font-size: 4.5rem;
  letter-spacing: 5px;
  font-style: italic;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  color: rgb(185, 255, 109);
  text-shadow: -2px -2px 0 rgb(0, 2, 93), 1px -1px 0 rgb(3, 0, 92), -1px 1px 0 rgb(2, 0, 53), 1px 1px 0 rgb(9, 0, 52);
}

img {
  border: rgb(183, 0, 180) 2px double;
}

h2 {
  letter-spacing: 5px;
}

.nav a {
  color: rgb(183, 0, 180);
}/*# sourceMappingURL=log-2024.css.map */