#textepp {
  float: left;
  height: auto;
  margin-top:2rem;
  margin-bottom: 0px;
  padding: 0px;
  width: 100%;
  font-size:1rem;
  line-height: 1.5rem;
  text-align: justify;
  color: gray!important;
  cursor: default;
  -webkit-animation: pp 522s ease 0s forwards;
  -moz-animation: pp 522s ease 0s forwards;
  -ms-animation: pp 522s ease 0s forwards;
  -o-animation: pp 522s ease 0s forwards;
  animation: pp 522s ease 0s forwards;
}

#textepp h1
{
  color:gray!important;
}

a.pp:link {
  text-decoration: none;
  color: gray!important;
  cursor: default;
  font-size: 15px;
}

a.pp:visited {
  color: gray!important;
  cursor: default;
}

a.pp:active {
  color: gray!important;
  cursor: default;
}

a.pp:hover {
  color: gray!important;
  text-decoration: none;
  cursor: default;
}

h1.pp {
  font-size:1rem;
  color:gray;
}

@media (max-width: 992px) {
  a.pp:link {
    text-decoration: none;
    color: black!important;
    display: block;
    float: left;
    width: auto;
    height: auto;
    cursor: default;
    margin: 20px;
    line-height: 1.5rem;
  }
}

@-webkit-keyframes pp {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }

  99% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}

@-moz-keyframes pp {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }

  99% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}

@-ms-keyframes pp {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }

  99% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}

@-o-keyframes pp {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }

  99% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}

@keyframes pp {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }

  99% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}
