main {
  width: 70vw;
  margin: 0px 15vw 0 15vw;
  font-family: 'Courier New', Courier, monospace;
}

main h1 {
  font-size: 30px;
  line-height: 20px;
  margin: 0px 0px 20px 0px;
}

main h2 {
  font-size: 25px;
  line-height: 30px;
  margin: 5px 0px 3px 0px;
}

main .wrapper-page {
  width: 1000px;
  height: 1000px;
  margin: 0px 0px 0px 40px;
  background-image: url(../images/journal.png);
  background-size: 1000px 600px;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 30px;
  position: fixed;

}

.index {
  width: 400px;
  height: 550px;
  margin: 20px 0px 0px 40px;

  display: flex;
  flex-direction: column;
}

.index a{
  font-size: 20px;
  line-height: 22px;
  color: black;
}

.entries {
  width: 400px;
  height: 520px;
  margin: 10px 0px 15px 50px;
  padding: 5px;
  overflow: auto ;
  overflow: hidden;
}

.entries p{
  font-size: 15px;
  line-height: 20px
}

.post {
  width: 390px;
  height: 500px;

  margin-bottom: 15px;
  overflow: auto;

}
