body {
  font-family: "Avenir", "Arial", "sans-serif", "Palatino", "Palatino Linotype", "Book Antiqua", serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgb(85, 85, 85);
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

h1 {
  font-family: "Avenir Light", "Arial Light", "sans-serif", "Palatino Linotype", "Book Antiqua", "Palatino", serif;
  font-size: 38px;
  font-weight: lighter;
  margin: 20px 0;
  line-height: 1.2;
}

p {
  margin: 20px; /* Increased paragraph spacing */
  text-align: justify;
}

h5 {
  font-size: 20px;
  font-weight: normal;
}

a:link {
  color: rgb(85, 85, 85);
}

a:visited {
  color: rgb(85, 85, 85);
}

a:hover {
  color: rgb(125, 125, 125);
}

a:active {
  color: rgb(185, 185, 185);
}

.container {
  display: flex;
  justify-content: space-between;
}

.left {
  text-align: left;
  margin: 10px;
}

.right {
  text-align: right;
  margin: 10px;
}

.articlecontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.centered-div {
  text-align: justify;
  flex-direction: column;
  max-width: 75%;
}

.center {
  position: absolute;
  margin: auto;
  top: 75px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}

/*# sourceMappingURL=text.css.map */