


body
{
    background-color: rgb(255, 255, 255);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

h1
{
    color: #839770;
    font-size: 13pt;
}

h2
{
    color: #839770;
    font-size: 11pt;
}

h3
{
    color: #839770;
    font-size: 10pt;
}

p
{
  font-family: serif;
  font-size: 10pt;
}

.p2
{
  font-family: serif;
  font-size: 10pt;
  margin: 0;
  padding: 0;
}

.p3
{
  font-family: serif;
  font-size: 10pt;
  margin: 3px;
  padding: 0;
}

a
{
  color: #839770;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 9pt !important;
}

#footnote
{
  font-family: serif;
  font-size: 7pt;
}

#super
{
    vertical-align:super;
    font-size: 6pt;
}

.content-container {
     width: 75%;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgcontainer {
  width: 100%;
  position: relative;
}

.imgcontainer img {
  width: 60%;
  height: auto;
}

.imgcontainer2 {
  width: 100%;
  position: relative;
}

.imgcontainer2 img {
  width: 75%;
  height: auto;
}

.imgcontainer3 {
  width: 100%;
  position: relative;
}

.imgcontainer3 img {
  width: 40%;
  height: auto;
}

.imgcontainer4 img {
  width: 25%;
  height: auto;
}




