nav.navigation {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  border-radius: 6px;
  width: max-content;
  margin: 50px auto;
}

nav.navigation a {
  float: left;
  display: block;
  padding: 15px;
  background-color: #FFF;
  color: #000;
  text-decoration: none;
}

nav.navigation a:hover {
  color: #00000099;
}

a.backButton a:hover {
  color: #00000099;
}

.container {
  display: flex; 
  flex-direction: column; 
  justify-content: center;
}

.articleImg {
  align-self: center;
}

.articleTitle {
  text-align: center;
}

.articleText {
  text-align: justify;
}
