body {
  height: 100vh;
  padding: 0;
  margin: 0 auto;
  background-color: black;
  color: white;
}

#journalHeader {
  width: 100vw;
  font-size: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  
#journalMeat {
  font-size: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  }

a:link, a:visited, a:hover, a:active {
  color: #781E2A;
  text-decoration: none;
}
.img {
  text-align: center;
}