body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(180deg, #802336 0%, #ffffff, #1a7a84, #355e3b 100%);
  
}

.container-nav{ 
  background: linear-gradient(180deg, #A81C2B 0%, #ffffff, #1a7a84 100%);
  border-radius: 8px;
  padding: 4px;
  float: center;
  text-align: center
}

.com-content-article__body p {
  margin: auto;
  color: black;
  width: 60%;
  text-align: left;
  padding-left: 16px;
  /*text-shadow: -1px 0 #610B21, 0 1px #610B21, 1px 0 #610B21, 0 -1px #610B21;*/
  
}

.item_fulltext h3 {
  color: tan;
}

.item_fulltext a:link {
  color: black;
  text-decoration: underline;
}

.item_fulltext a:visited {
  color: #610B21;
}

.item_fulltext a:hover {
  text-decoration: italic;
  background-color: white;
}

.item_fulltext h1 {
  color: white;
  text-shadow: 2px 2px tan;
  border: 1px solid tan;
}